Learn R Programming

MolgenisArmadillo (version 2.9.3)

armadillo.copy_resource: Copy resource

Description

Copy resource

Usage

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

Value

the response from the server

Arguments

project

study or other variable collection

folder

the folder containing the resource

name

specific resource 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

Examples

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

Run the code above in your browser using DataLab