GetCDs | R Documentation |
Extracts the catchment descriptors for a site of interest from the National River Flow Archive. If the site is considered suitable for QMED and pooling the CDs are extracted from the QMEDData data.frame. Otherwise they are extracted using the NRFA API.
GetCDs(x)
x |
the site reference of interest (numeric) |
A data.frame with columns; Descriptor and Value.
Anthony Hammond
#Get CDs and display in the console
CDs.203018 <- GetCDs(203018)
CDs.203018
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.