Learn R Programming

sharpshootR (version 1.6)

CDEC_StationInfo: CDEC Sensor Details (by Station)

Description

Query CDEC Website for Sensor Details

Usage

CDEC_StationInfo(s)

Arguments

s

a CDEC station ID (e.g. 'HHM')

Value

a `list` object containing site metadata, sensor metadata, and possibly comments about the site

Details

This function requires the `rvest` package

See Also

CDECquery

Examples

Run this code
# NOT RUN {
if(requireNamespace("curl") &
   curl::has_internet() 
   ) {
  
CDEC_StationInfo('HHM')  
  
}


# }

Run the code above in your browser using DataLab