rfg_date {refuge} | R Documentation |
Bathrooms by dates
Description
Requests all records on bathrooms created or updated on or after a given date.
Usage
rfg_date(
date = NULL,
accessible = FALSE,
unisex = FALSE,
updated = FALSE,
verbose = TRUE,
tidy = FALSE
)
Arguments
date |
A date in "yyyy-mm-dd" format, or any format that can be
coerced to a date with |
accessible |
If |
unisex |
If |
updated |
If |
verbose |
If |
tidy |
If |
Value
A tibble with all bathrooms recorded or updated on or after the given date.
Examples
## Not run:
q <- rfg_date("2017-11-04")
## End(Not run)