View source: R/read.gaugeInfo.R
read.gaugeInfo | R Documentation |
A file reader for the CAMELS river gauge information file. Provides correct header (as of June 2019) and uses read.table with specific parameters to ensure the file is read correctly.
read.gaugeInfo(filename, altheader = FALSE)
filename |
filepath/name of CAMELS gauge_information.txt file |
altheader |
alternative header for applying to DataFrame columns |
DataFrame of river gauge info
Leland Scantlebury
gauges <- read.gaugeInfo('basin_dataset_public_v1p2/basin_metadata/gauge_information.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.