loadPlpData | R Documentation |
loadPlpData
loads an object of type plpData from a folder in the file
system.
loadPlpData(file, readOnly = TRUE)
file |
The name of the folder containing the data. |
readOnly |
If true, the data is opened read only. |
The data will be written to a set of files in the folder specified by the user.
An object of class plpData.
data("simulationProfile")
plpData <- simulatePlpData(simulationProfile, n = 500)
saveLoc <- file.path(tempdir(), "loadPlpData")
savePlpData(plpData, saveLoc)
dir(saveLoc)
# clean up
unlink(saveLoc, recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.