Skip to content

Commit

Permalink
More fiddling with internal docs
Browse files Browse the repository at this point in the history
At this point, none of the relevant function have an argument named `contents`.
  • Loading branch information
jennybc committed Feb 13, 2024
1 parent efa5acf commit 78dfe78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/write.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ write_union <- function(path, lines, quiet = FALSE) {
#' @describeIn write-this writes a file with specific lines, creating it if
#' necessary or overwriting existing, if proposed contents are not identical
#' and user is available to give permission.
#' @param contents Character vector of lines.
#' @param overwrite Force overwrite of existing file?
#' @export
write_over <- function(path, lines, quiet = FALSE, overwrite = FALSE) {
Expand Down
2 changes: 0 additions & 2 deletions man/write-this.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78dfe78

Please sign in to comment.