Skip to content

Commit 676cf43

Browse files
committed
Merge branch 'main' into update_col_widths
2 parents b415286 + c498d78 commit 676cf43

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

R/write_xlsx.R

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
#' A vector of the form c(startCol, startRow)}
3939
#' \item{**colNames or col.names**}{ If `TRUE`, column names of x are written.}
4040
#' \item{**rowNames or row.names**}{ If `TRUE`, row names of x are written.}
41-
#' \item{**keepNA**} {If `TRUE`, NA values are converted to #N/A (or `na.string`, if not NULL) in Excel, else NA cells will be empty. Defaults to FALSE.}
42-
#' \item{**na.string**} {If not NULL, and if `keepNA` is `TRUE`, NA values are converted to this string in Excel. Defaults to NULL.}
41+
#' \item{**na.string**} {If not NULL NA values are converted to this string in Excel. Defaults to NULL.}
4342
#' }
4443
#'
4544
#' **freezePane Parameters**
@@ -122,7 +121,6 @@ write_xlsx <- function(x, file, asTable = FALSE, ...) {
122121
## xy = NULL,
123122
## colNames = TRUE,
124123
## rowNames = FALSE,
125-
## keepNA = FALSE
126124
## na.strings = NULL
127125

128126
#----write_datatable---#

man/write_xlsx.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)