# NOT RUN {
## example using temporary storage:
Sys.setenv(CONTENTID_HOME=tempdir())
content_dir()
## clean up
Sys.unsetenv("CONTENTID_HOME")
## Or explicitly with an argument:
content_dir(tempdir())
# }
Run the code above in your browser using DataLab