View source: R/importAttributes.R
importAttributes | R Documentation |
Reads in all CAMELS attribute text files and returns a data frame (or list) of the data
importAttributes(folder, attrSubset = NULL, returnList = FALSE)
folder |
path/name of folder with CAMELS attribute text files |
attrSubset |
string vector of attribute file types to import (e.g. 'soil') |
returnList |
Bool, return list of data by file instead of data frame? |
dataframe or list of dataframes
Leland Scantlebury
basinPar <- importAttributes('camels_attributes_v2.0')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.