Learn R Programming

adapr (version 2.0.0)

arcWrite: Saves R object to archivist repository in results directory of adapr Script

Description

Saves R object to archivist repository in results directory of adapr Script

Usage

arcWrite(Robj, description)

Arguments

Robj

R object to be written

description

character description. Need for access with aRead

Value

Value of object description

Details

For use within R adapr script. Makes tags in archivist 'source:rscript' and 'aName:description'. Should be paired with arcRead().

Examples

Run this code
# NOT RUN {
processed <- arcWrite(rnorm(100),"100 Gaussians")
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab