View source: R/loadRevHistory.R
| loadRevHistory | R Documentation | 
Reads in the code from a .Rev file and writes it into the current Revticulate history.
loadRevHistory(filepath, overwrite = FALSE)
| filepath | character - File to load .Revhistory from | 
| overwrite | 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.