get_organization_data {PurpleAir} | R Documentation |
Get Organization Data
Description
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
Usage
get_organization_data(purple_air_api_key = Sys.getenv("PURPLE_AIR_API_KEY"))
Arguments
purple_air_api_key |
A character that is your PurpleAir API |
Value
A list of organization info
See Also
check_api_key
Examples
## Not run:
get_organization_data()
## End(Not run)
[Package PurpleAir version 1.0.0 Index]