Learn R Programming

rnrfa (version 0.4.3)

GDFmeta: This function retrieves metadata from wml time series of gauged daily flow from the NRFA database.

Description

Given the station ID number(s), this function retrieves data (time series in zoo format) and metadata.

Usage

GDFmeta(ID)

Arguments

ID
station ID number(s), each number should be in the range [3002,236051].

Value

  • list composed of as many objects as in the list of station ID numbers. Each object can be accessed using their names or index (e.g. x[[1]], x[[2]], and so forth). Each object contains a data.frame.

Examples

Run this code
# One station
GDFmeta(18019)

# Multiple stations
# x <- GDFmeta(c(3001,3002,3003))

Run the code above in your browser using DataLab