Skip to content

Commit a47cd52

Browse files
authored
MINOR: [R][Docs] Add note about use Schema as the col_types argument of read_csv_arrow (apache#13872)
Authored-by: SHIMA Tatsuya <ts1s1andn@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
1 parent e8d54ea commit a47cd52

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

r/R/csv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
#' column names and will not be included in the data frame. If `FALSE`, column
9999
#' names will be generated by Arrow, starting with "f0", "f1", ..., "fN".
100100
#' Alternatively, you can specify a character vector of column names.
101-
#' @param col_types A compact string representation of the column types, or
102-
#' `NULL` (the default) to infer types from the data.
101+
#' @param col_types A compact string representation of the column types,
102+
#' an Arrow [Schema], or `NULL` (the default) to infer types from the data.
103103
#' @param col_select A character vector of column names to keep, as in the
104104
#' "select" argument to `data.table::fread()`, or a
105105
#' [tidy selection specification][tidyselect::vars_select()]

r/man/read_delim_arrow.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)