powered by
Loads R object from archivist repository within the results directory of another adapr Script
arcRead(rscript = "read_data.R", description = "xyplot", project.id = getProject())
name of R script that loaded the function
character description. Need for access with arcRead
project to search within
For use within R adapr script. This complements the use of arcWrite. The description should match the description in arcWrite.
# NOT RUN { # In Script that writes the archivist object: # arcWrite(myplot,"xyplot") # In Script that reads the object: processed <- arcRead("read_data.R","xyplot") # } # NOT RUN { # }
Run the code above in your browser using DataLab