get_all_summary_df: Returns a dataframe with all summary results combined.

Description Usage Arguments

View source: R/get_all_summary_df.R

Description

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

Usage

1
2
3
4
get_all_summary_df(
  path = "../inst/extdata/",
  col_names = c("Filename", "Animal.ID", "STLV", "SRV", "BV", "SIV", "Measles")
)

Arguments

path

file path to directory containing files to be read.

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.