Nothing
pdf_path = test_path('Rplots.pdf')
# check for write permission
if(isTRUE(file.access(pdf_path, mode = 2)==0))
file.remove(pdf_path)
ffnew=dir(test_path('testdata'), pattern = '\\.swc$', recursive = T,
full.names = T)
if(isTRUE(all(file.access(ffnew, mode = 2)==0))) {
file.remove(ffnew)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.