combine_files: Combine Model Results

Description Usage Arguments Value

View source: R/combine_files.R

Description

Combines a folder full of RAS model results in '.csv' format into a single data frame.

Usage

1
combine_files(path, pattern = NULL, col_spec = NULL)

Arguments

path

character; Path to a folder of RAS model results.

pattern

character; A regular expression passed to the 'dir' function to select files in the specified folder. Optional.

col_spec

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

Value

A data frame containing all of the input RAS model results appended together.


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