rfg_location {refuge} | R Documentation |
Bathroom locations
Description
Given a pair of coordinates (latitude and longitude), finds any nearby bathrooms, subject to other parameters.
Usage
rfg_location(
lat,
lng,
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
Arguments
lat |
Location latitude |
lng |
Location longitude |
accessible |
If |
unisex |
If |
verbose |
If |
tidy |
If |
Value
A tibble with details of any and all nearby refuge bathrooms.
Examples
## Not run:
c <- rfg_location(lat = 39, lng = -75)
## End(Not run)
[Package refuge version 0.3.3 Index]