Learn R Programming

spant (version 1.14.0)

comb_csv_results: Combine the results from multiple csv format files into a table.

Description

Combine the results from multiple csv format files into a table.

Usage

comb_csv_results(pattern, supp_mess = TRUE, ...)

Arguments

pattern

glob string to match csv files.

supp_mess

suppress messages from the read_csv function.

...

extra parameters to pass to read_csv.

Value

results table.