Skip to content

Commit 147c978

Browse files
committed
Updating comments
1 parent d19242d commit 147c978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/pkg/R/functions.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ NULL
196196
#' \item \code{array_position}: a value to locate in the given array.
197197
#' \item \code{array_remove}: a value to remove in the given array.
198198
#' }
199-
#' @param ... additional argument(s). In \code{to_json} and \code{from_json}, this contains
200-
#' additional named properties to control how it is converted, accepts the same
201-
#' options as the JSON data source. In \code{arrays_zip}, this contains additional
202-
#' Columns of arrays to be merged.
199+
#' @param ... additional argument(s). In \code{to_json}, \code{from_json} and \code{from_csv},
200+
#' this contains additional named properties to control how it is converted, accepts
201+
#' the same options as the JSON and CSV data source. In \code{arrays_zip},
202+
#' this contains additional Columns of arrays to be merged.
203203
#' @name column_collection_functions
204204
#' @rdname column_collection_functions
205205
#' @family collection functions

0 commit comments

Comments
 (0)