Description Usage Arguments Value Examples
Given a pair of coordinates (latitude and longitude), finds any nearby bathrooms, subject to other parameters.
| 1 2 3 4 5 6 7 8 | 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.
| 1 2 3 4 | ## Not run: 
c <- rfg_location(lat = 39, lng = -75)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.