Skip to content

Commit 31ea858

Browse files
committed
document new argument
1 parent af9db24 commit 31ea858

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/read.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ process_cpl_read_ogr_stream = function(x, crs, num_features, as_tibble = FALSE,
238238
#' @param drivers character; limited set of driver short names to be tried (default: try all)
239239
#' @param wkt_filter character; WKT representation of a spatial filter (may be used as bounding box, selecting overlapping geometries); see examples
240240
#' @param optional logical; passed to \link[base]{as.data.frame}; always \code{TRUE} when \code{as_tibble} is \code{TRUE}
241+
#' @param use_stream Use TRUE to use the experimental columnar interface introduced in GDAL 3.6.
241242
#' @note The use of \code{system.file} in examples make sure that examples run regardless where R is installed:
242243
#' typical users will not use \code{system.file} but give the file name directly, either with full path or relative
243244
#' to the current working directory (see \link{getwd}). "Shapefiles" consist of several files with the same basename

man/st_read.Rd

Lines changed: 5 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)