Skip to content

Commit d19242d

Browse files
committed
Addressing review comments
1 parent b3a8666 commit d19242d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/pkg/R/functions.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3728,6 +3728,7 @@ setMethod("current_timestamp",
37283728
#'
37293729
#' @rdname column_collection_functions
37303730
#' @param schema a DDL-formatted string
3731+
#' @param ... options for CSV parser. Supported the same options as for CSV data source
37313732
#' @aliases from_csv from_csv,Column,character-method
37323733
#'
37333734
#' @note from_csv since 3.0.0
@@ -3738,4 +3739,4 @@ setMethod("from_csv", signature(x = "Column", schema = "character"),
37383739
"from_csv",
37393740
x@jc, schema, options)
37403741
column(jc)
3741-
})
3742+
})

0 commit comments

Comments
 (0)