collect: Collect completed results files from SGE

Description Usage Arguments Details Functions

Description

Provides arguments to return a sample of the results files of a given size, or to return results from files matching a regular expression.

Usage

1

Arguments

dir

directory

filter

a quoted string or formula filtering jobs in arg_grid as in dplyr::filter. Results for jobs matching filter are returned (requires dplyr) If NULL (default), all results are returned.

regex

regular expression matching files in results/. If NULL (default), all results are returned.

sample

the number of files in results/ to sample from. If NULL (default), all results are returned.

Details

filter, regex and sample are applied to the available results in order. For example, results are filtered first, a regex is applied, then a sample is taken.

Functions


patr1ckm/distributr documentation built on May 24, 2019, 8:21 p.m.