R/table.R
armadillo.move_table.Rd
Move the table
armadillo.move_table( project, folder, name, new_folder = folder, new_name = name )
a study or collection of variables
the folder containing the table to move
a table to move
the folder to move the table to, defaults to folder
use to rename the file, defaults to name
NULL, invisibly
if (FALSE) { # \dontrun{ armadillo.move_table( project = "gecko", folder = "core_all", name = "table1", new_folder = "core_all_v2", ) } # }