rfg_all_restrooms {refuge}R Documentation

All refuge restrooms

Description

All listed refuge restrooms, ordered by date added or last updated, with the most recent additions and updates at the top.

Usage

rfg_all_restrooms(
  accessible = FALSE,
  unisex = FALSE,
  verbose = TRUE,
  tidy = FALSE
)

Arguments

accessible

If TRUE, only returns restrooms that meet the Americans with Disability Act standards for accessibility. Defaults to FALSE.

unisex

If TRUE, only returns unisex restrooms. Defaults to FALSE.

verbose

If TRUE, prints query progress. Defaults to TRUE.

tidy

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.

Details

Note that the API does not standardise or validate the names of states, cities, countries, etc, and so this data may need to be cleaned and organised.

Value

A tibble with details on all listed bathrooms.

Examples

## Not run: 
a <- rfg_all_restrooms(accessible = TRUE, unisex = TRUE)

## End(Not run)


[Package refuge version 0.3.3 Index]