Skip to content

Commit

Permalink
Split up fields + col_select parameter defnitions
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Dec 26, 2023
1 parent a5ac75e commit 99c8561
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/arc-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' new names. If `col_names` has one fewer name than the default column names,
#' the existing sf column name is retained. If `col_names` is the string
#' `"alias"`, names are set to match the available alias names for the layer.
#' @param col_select,fields Default `NULL`. A character vector of the field
#' names to be returned. By default, all fields are returned. `fields` is
#' ignored if `col_select` is supplied.
#' @param col_select Default `NULL`. A character vector of the field names to be
#' returned. By default, all fields are returned. `fields` is ignored if
#' `col_select` is supplied.
#' @param n_max Defaults to 10000 or an option set with
#' `options("arcgislayers.n_max" = <max records>)`. Maximum number of records
#' to return.
Expand Down
9 changes: 6 additions & 3 deletions man/arc_read.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99c8561

Please sign in to comment.