Given a pair of coordinates (latitude and longitude), finds any nearby bathrooms, subject to other parameters.
rfg_location(lat, lng, accessible = FALSE, unisex = FALSE, verbose = TRUE, tidy = FALSE)
lat | Location latitude |
---|---|
lng | Location longitude |
accessible | If |
unisex | If |
verbose | If |
tidy | If |
A tibble with details of any and all nearby refuge bathrooms.
c <- rfg_location(lat=39, lng=-75)#>