armadillo.copy_table | R Documentation |
Copy table
armadillo.copy_table(
project,
folder,
name,
new_folder = folder,
new_name = name
)
project |
study or other variable collection |
folder |
the folder containing the table |
name |
specific table for copy action |
new_folder |
name of the folder in which to place the copy, defaults to folder |
new_name |
name of the copy, defaults to name |
the response from the server
## Not run:
armadillo.copy_table(
project = "gecko",
folder = "core_all",
name = "table1",
new_folder = "core_all_v2",
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.