powered by
Reads in the code from a .Rev file and writes it into the current Revticulate history.
loadRevHistory(filepath, overwrite = FALSE)
character - File to load .Revhistory from
logical - If TRUE, the code in the file at 'filepath' will overwrite current .Revhistory. If FALSE, it will be appended to the end of it.
No return - reads in new code to the .Revhistory file
# NOT RUN { loadRevHistory("someCode.rev") loadRevHistory("someMoreCode.rev", overwrite=TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab