Learn R Programming

cimir (version 0.1-0)

get_station: Get CIMIS Station Data

Description

Get CIMIS station metadata.

Usage

get_station(station)

get_station_spatial_zipcode(zipcode)

get_station_zipcode(zipcode)

Arguments

station

The station ID. If missing, metadata for all stations is returned.

zipcode

The (spatial) zip code. If missing, metadata for all stations is returned.

Value

A tibble object.

Examples

Run this code
# NOT RUN {
if(is_key_set()) {
  get_station()
  get_station_zipcode()
  get_station_spatial_zipcode()
} 
# }

Run the code above in your browser using DataLab