Learn R Programming

CDECRetrieve (version 0.1.5)

cdec_datasets: Show available data

Description

display a data frame of available data for a station.

Usage

cdec_datasets(station, keyword = NULL)

Arguments

station

cdec station code

keyword

return sensors containing this keyword. NULL by default returns all available sensors.

Value

data frame with available data as rows.

Examples

Run this code
# NOT RUN {
# get a list of dataframes available for CCR
# }
# NOT RUN {
cdec_datasets("ccr")
# }

Run the code above in your browser using DataLab