From 78dfe78bf629ef40e8ad1d5139d1d759f78eb1fd Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 12 Feb 2024 17:06:01 -0800 Subject: [PATCH] More fiddling with internal docs At this point, none of the relevant function have an argument named `contents`. --- R/write.R | 1 - man/write-this.Rd | 2 -- 2 files changed, 3 deletions(-) diff --git a/R/write.R b/R/write.R index 494d26092..1a97ad3a9 100644 --- a/R/write.R +++ b/R/write.R @@ -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) { diff --git a/man/write-this.Rd b/man/write-this.Rd index 1a5a5b80e..7a1318ba5 100644 --- a/man/write-this.Rd +++ b/man/write-this.Rd @@ -21,8 +21,6 @@ these are the exact lines desired in the target file.} \item{quiet}{Logical. Whether to message about what is happening.} \item{overwrite}{Force overwrite of existing file?} - -\item{contents}{Character vector of lines.} } \value{ Logical indicating whether a write occurred, invisibly.