powered by
Saves R object to archivist repository in results directory of adapr Script
arcWrite(Robj, description)
R object to be written
character description. Need for access with aRead
Value of object description
For use within R adapr script. Makes tags in archivist 'source:rscript' and 'aName:description'. Should be paired with arcRead().
# NOT RUN { processed <- arcWrite(rnorm(100),"100 Gaussians") # } # NOT RUN { # }
Run the code above in your browser using DataLab