Skip to content

Commit

Permalink
update description of parameter place
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Jul 6, 2021
1 parent bd1cce4 commit bc24b93
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#' of the wrapped functions to understand the details behind all parameters.
#'
#' @param place Description of the geographical area that should be matched with
#' a `.osm.pbf` file through the chosen `provider`. Can be either a length-1
#' character vector, an `sf` or `sfc` object, or a numeric vector of
#' coordinates with length 2. In the last case, it is assumed that the EPSG
#' code is 4326 specified as c(LON, LAT), while you can use any CRS with an
#' `sf` or `sfc` object. See Details and examples in [oe_match()].
#' a `.osm.pbf` file. Can be either a length-1 character vector, an
#' `sf`/`sfc`/`bbox` object, or a numeric vector of coordinates with length 2.
#' In the last case, it is assumed that the EPSG code is 4326 specified as
#' c(LON, LAT), while you can use any CRS with `sf`/`sfc`/`bbox` objects. See
#' Details and Examples in [oe_match()].
#' @param layer Which `layer` should be read in? Typically `points`, `lines`
#' (the default), `multilinestrings`, `multipolygons` or `other_relations`. If
#' you specify an ad-hoc query using the argument `query` (see introductory
Expand Down
10 changes: 5 additions & 5 deletions man/oe_find.Rd

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

10 changes: 5 additions & 5 deletions man/oe_get.Rd

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

10 changes: 5 additions & 5 deletions man/oe_match.Rd

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

0 comments on commit bc24b93

Please sign in to comment.