get_all_df: Returns a dataframe with all bead or all summary results...

Description Usage Arguments

View source: R/get_all_df.R

Description

Columns missing in some results set are added with NA values.

Usage

1
2
3
4
5
get_all_df(
  path = "../inst/extdata/",
  .fun = get_summary_df,
  col_names = get_col_names("syntactic_summary")
)

Arguments

path

file path to directory containing files to be read.

.fun

the function object to be used to collect combined results.

col_names

character vector of column names in the order they are to appear.


rmsharp/snprcspf documentation built on June 15, 2020, 11:21 a.m.