get_organization_data {PurpleAir} | R Documentation |
Use the PurpleAir API to retrieve information for the organization containing the provided api_key Find more details on this function at https://api.purpleair.com/#api-organization-get-organization-data
get_organization_data(purple_air_api_key = Sys.getenv("PURPLE_AIR_API_KEY"))
purple_air_api_key |
A character that is your PurpleAir API |
A list of organization info
check_api_key
## Not run:
get_organization_data()
## End(Not run)