Learn R Programming

PurpleAir (version 1.1.0)

get_organization_data: 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"))

Value

A list of organization info

Arguments

purple_air_api_key

A character that is your PurpleAir API READ key

See Also

check_api_key

Examples

Run this code
if (FALSE) {
get_organization_data()
}

Run the code above in your browser using DataLab