View source: R/read.basinInfo.R
read.basinInfo | R Documentation |
Read CAMELS basin Physical Characterists File
read.basinInfo(filename, altheader = FALSE)
filename |
filename/path of basin characterists file (e.g. 'basin_physical_characteristics.txt') |
altheader |
vector string of custom column names to be used (optional) |
dataframe
Leland Scantlebury
folder <- 'basin_dataset_public_v1p2/basin_metadata/' filename <- paste0(folder, 'basin_physical_characteristics.txt') basinChar <- read.BasinInfo(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.