loadRData | R Documentation |
load RData file like readRDS
loadRData(fileRData, pattern = "\\.RData", check = TRUE)
fileRData |
characters, RData file. |
pattern |
characters, to check a RData file, default is "\.RData" |
check |
bool, if we need to check fileRData ends with .RData, default TRUE |
R object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.