armadillo.upload_table | R Documentation |
Uploads a table to a folder in a project
armadillo.upload_table(project, folder, table, name = NULL)
project |
the project to upload to |
folder |
the folder to upload to |
table |
the table to upload |
name |
name of the table (optional) |
TRUE if successful, otherwise an object of class aws_error details
## Not run: armadillo.upload_table( project = "gecko", folder = "core_all", table1 ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.