arc.delete | R Documentation |
delete dataset
arc.delete(x, ...)
## S4 method for signature 'arc.dataset'
arc.delete(x, ...)
x |
|
... |
reserved |
logical, TRUE
on success.
table_path <- file.path(tempdir(), "data.gdb", "mytable")
arc.write(table_path, data=list('f1'=c(23,45), 'f2'=c('hello', 'bob')))
# delete table
arc.delete(table_path)
# delete database
arc.delete(dirname(table_path))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.