getReports: Get a data frame with all reports found in path

Description Usage Arguments Value Examples

Description

Get a data frame with all reports found in path

Usage

1
getReports(path, recursive = TRUE, absolutepaths = FALSE, max = 1e+06)

Arguments

path

Path to directory with reports.

recursive

Boolean whether or not to recurse when looking for report files (default TRUE)

absolutepaths

Boolean whether or not to make paths absolute paths instead of relative (default FALSE)

Value

A data frame with reports

Examples

1
2
reports1 <- getReports(path="/proj/b2010040/private/clinseq/LAMLv6/", recursive=TRUE, absolutepaths=TRUE, max=10)
reports2 <- getReports(path="/proj/b2010040/private/clinseq/bla/", recursive=TRUE, absolutepaths=TRUE, max=10)

dakl/clinseqr documentation built on May 14, 2019, 3:30 p.m.