import_csv_manualrasoutput: Import csv files

Description Usage Arguments Value

View source: R/import_csv_manualrasoutput.R

Description

Imports a folder of '.csv' files manually exported from the RAS GUI. See example data for formatting.

Usage

1
2
3
4
5
6
7
import_csv_manualrasoutput(
  folder,
  event,
  run_number,
  run_type = "Calibration",
  col_spec = NULL
)

Arguments

folder

character; Path to a folder of '.csv' files of RAS model hydrograph '.csv' files.

event

character; The name of the model event.

run_number

numeric; The model run number. Used to label plot title.

run_type

character; The type of model run. Label used to in plot title.

col_spec

readr::cols object; A column specification used to define the columns of the input model results. Optional. Defaults to the current RAS column names.

Value

A data frame of RAS model results.


mpdougherty/razviz documentation built on April 1, 2021, 4:16 p.m.