rfg_search {refuge} | R Documentation |
Restroom record search
Description
Restroom record search
Usage
rfg_search(
search,
accessible = FALSE,
unisex = FALSE,
verbose = TRUE,
tidy = FALSE
)
Arguments
search |
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. |
accessible |
If |
unisex |
If |
verbose |
If |
tidy |
If |
Value
A tibble with all bathrooms matching your search request
Examples
## Not run:
s <- rfg_search(search = "toronto")
## End(Not run)
[Package refuge version 0.3.3 Index]