View source: R/HelperFunctions.R
createTempModelLoc | R Documentation |
Create a temporary model location
createTempModelLoc()
A string for the location of the temporary model location
modelLoc <- createTempModelLoc()
dir.exists(modelLoc)
# clean up
unlink(modelLoc, recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.