All listed refuge restrooms, ordered by date added or last updated, with the most recent additions and updates at the top.
rfg_all_restrooms(
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
If TRUE
, only returns restrooms that meet the
Americans with Disability Act standards for accessibility.
Defaults to FALSE
.
If TRUE
, only returns unisex restrooms.
Defaults to FALSE
.
If TRUE
, prints query progress.
Defaults to TRUE
.
If TRUE
, makes USA state names more consistent. The internal
function focuses on correcting known errors and mistakes, if incorrect state
data is supplied that cannot be corrected. Defaults to FALSE
.
A tibble with details on all listed bathrooms.
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.
if (FALSE) {
a <- rfg_all_restrooms(accessible = TRUE, unisex = TRUE)
}