rfg_all_restrooms {refuge} | R Documentation |
All refuge restrooms
Description
All listed refuge restrooms, ordered by date added or last updated, with the most recent additions and updates at the top.
Usage
rfg_all_restrooms(
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
Arguments
accessible |
If |
unisex |
If |
verbose |
If |
tidy |
If |
Details
Note that the API does not standardise or validate the names of states, cities, countries, etc, and so this data may need to be cleaned and organised.
Value
A tibble with details on all listed bathrooms.
Examples
## Not run:
a <- rfg_all_restrooms(accessible = TRUE, unisex = TRUE)
## End(Not run)