| onetime_dir | R Documentation | 
By default lockfiles are stored beneath the onetime base directory,
in a directory named after the calling package. You can use a different
subdirectory by setting path = onetime_dir("dirname") in calls to
onetime functions.
onetime_dir(dir)
dir | 
 String. Name of a single directory.  | 
onetime_dir() does not autocreate the directory (but it will get created
during the call to  onetime_do()).
The path.
onetime_dir("my-folder")
oo <- options(onetime.dir = tempdir(check = TRUE))
onetime_dir("my-folder")
options(oo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.