Restroom record search
rfg_search(
search,
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
A string to search for. Note that the API does not accept wildcard searchs, searches all fields in all available records, and only returns exact (case-insensitive) whole-word matches.
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 all bathrooms matching your search request
if (FALSE) {
s <- rfg_search(search = "toronto")
}