read.basinInfo: Read CAMELS basin Physical Characterists File

View source: R/read.basinInfo.R

read.basinInfoR Documentation

Read CAMELS basin Physical Characterists File

Description

Read CAMELS basin Physical Characterists File

Usage

read.basinInfo(filename, altheader = FALSE)

Arguments

filename

filename/path of basin characterists file (e.g. 'basin_physical_characteristics.txt')

altheader

vector string of custom column names to be used (optional)

Value

dataframe

Author(s)

Leland Scantlebury

Examples

folder <- 'basin_dataset_public_v1p2/basin_metadata/'
filename <- paste0(folder, 'basin_physical_characteristics.txt')
basinChar <- read.BasinInfo(filename)

scantle/caRmels documentation built on Dec. 10, 2022, 8:13 a.m.