try_apply: Title

Description Usage Arguments Value

View source: R/pipe-main.R

Description

Title

Usage

1
2
try_apply(List, cachePath = ".", FUN = "main", args = NULL,
  pipeName = NULL, ...)

Arguments

List

List of matrices to apply FUN to.

cachePath

Output path where files will be saved in / loaded from if they already exist.

FUN

function to apply to list of matrices. Defaults to statistrics::main

args

a list of arguments that will define the filename.

pipeName

a job ID, a name for the project/pipeline.

...

other arguments to be passed to FUN (statistrics::main)

Value

output of FUN, for each matrix in turn


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.