armadillo.delete_table | R Documentation |
Delete table
armadillo.delete_table(project, folder, name)
project |
project to delete the table from |
folder |
folder to delete the table from |
name |
table name |
## Not run:
armadillo.delete_table(
project = "gecko",
folder = "core_all",
name = "table1"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.