Learn R Programming

MolgenisArmadillo (version 2.9.3)

armadillo.move_table: Move the table

Description

Move the table

Usage

armadillo.move_table(
  project,
  folder,
  name,
  new_folder = folder,
  new_name = name
)

Value

NULL, invisibly

Arguments

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

Examples

Run this code
if (FALSE) {
armadillo.move_table(
  project = "gecko",
  folder = "core_all",
  name = "table1",
  new_folder = "core_all_v2",
)
}

Run the code above in your browser using DataLab