Description Usage Arguments Details Examples
Loads R object from archivist repository within the results directory of another adapr Script
1 2 | arcRead(rscript = "read_data.R", description = "xyplot",
project.id = getProject())
|
rscript |
name of R script that loaded the function |
description |
character description. Need for access with arcRead |
project.id |
project to search within |
For use within R adapr script. This complements the use of arcWrite. The description should match the description in arcWrite.
1 2 3 4 5 6 7 8 | ## Not run:
# In Script that writes the archivist object:
# arcWrite(myplot,"xyplot")
# In Script that reads the object:
processed <- arcRead("read_data.R","xyplot")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.