Learn R Programming

rwalkr (version 0.5.7)

pull_weather_sensors: API using Socrata to extract Melbourne microclimate sensor locations

Description

API using Socrata to extract Melbourne microclimate sensor locations

Usage

pull_weather_sensors(app_token = NULL)

Arguments

app_token

Characters giving the application token. A limited number of requests can be made without an app token (NULL), but they are subject to much lower throttling limits than request that do include one. Sign up for an app token here.

Details

Extract all available climate sensor types and their identifiers Socrata.

See Also

melb_weather

Examples

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

Run the code above in your browser using DataLab