armadillo.move_table | R Documentation |
Move the table
armadillo.move_table( project, folder, name, new_folder = folder, new_name = name )
project |
a study or collection of variables |
folder |
the folder containing the table to move |
name |
a table to move |
new_folder |
the folder to move the table to, defaults to folder |
new_name |
use to rename the file, defaults to name |
NULL, invisibly
## Not run: armadillo.move_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.