Rdocumentation
powered by
Learn R Programming
rnrfa (version 0.1.0)
SearchNRFA: This function retrieves time series of gauged daily flow from the NRFA database.
Description
Given the station ID number, this function retrieves the time series in zoo format.
Usage
SearchNRFA(stationID)
Arguments
stationID
Station ID number, it should be in the range [3002,236051].
Value
time series of class zoo
Examples
Run this code
SearchNRFA(
3001
)
Run the code above in your browser using
DataLab