Description Usage Arguments Details Value Examples
View source: R/all_bathrooms.R
All listed refuge restrooms, ordered by date added or last updated, with the most recent additions and updates at the top.
1 2 3 4 5 6 | rfg_all_restrooms(
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
|
accessible |
If |
unisex |
If |
verbose |
If |
tidy |
If |
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.
A tibble with details on all listed bathrooms.
1 2 3 4 | ## Not run:
a <- rfg_all_restrooms(accessible = TRUE, unisex = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.