readParamsCSV: Read a TCSAM02 model parameters csv file and return a...

View source: R/readParamsCSV.R

readParamsCSVR Documentation

Read a TCSAM02 model parameters csv file and return a dataframe

Description

Function to read a TCSAM02 parameters csv file and return a dataframe.

Usage

readParamsCSV(csvFile = NULL)

Arguments

csvFile
  • parameters csv file from a TCSAM02 model run. can be NULL.

Details

If csvFile is NULL, the user will be prompted to identify a TCSAM02 model parameters csv file to read. Uses functions

  • wtsUtilities::selectFile(...)

Value

a dataframe (or NULL).


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.