results: Result storage

Description Usage Arguments Details

View source: R/utility.R

Description

Funtions to save results (R-binary objects) in a version-specific folder and retrieve them all.

Usage

1
2
3
stores(x, v = sessionVersion, within = "export/", folder = "res/")

results(v = sessionVersion, within = "export/", folder = "res/")

Arguments

x

R object to be saved as a result.

v

Character. The version of the results.

within

Character. Path leading to the folder for the version.

folder

Details

The purpose of this code is to separate meaningful R objects and merge huge workspaces without making a mess. Merging workspaces is necessary if the combined statistical analysis/plotting/reporting is required.


adamkocsis/restools documentation built on June 14, 2021, 3:27 a.m.