# assign global variable here
# create tempdir (if not existing)
storedir <- "/tmp/expenditR/"
if (!dir.exists(storedir)){
dir.create(storedir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.