Skip to content

Commit 8fe7002

Browse files
added select parameter to docs also
1 parent b0e7f82 commit 8fe7002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

man/fwrite.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ fwrite(x, file = "", append = FALSE, quote = "auto",
2222
bom = FALSE,
2323
verbose = getOption("datatable.verbose", FALSE),
2424
encoding = "",
25-
forceDecimal = FALSE)
25+
forceDecimal = FALSE,
26+
select = NULL)
2627
}
2728
\arguments{
2829
\item{x}{Any \code{list} of same length vectors; e.g. \code{data.frame} and \code{data.table}. If \code{matrix}, it gets internally coerced to \code{data.table} preserving col names but not row names}

0 commit comments

Comments
 (0)