armadillo.move_resource: Move the resource

armadillo.move_resourceR Documentation

Move the resource

Description

Move the resource

Usage

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

Arguments

project

a study or collection of variables

folder

the folder containing the resource to move

name

a resource to move

new_folder

the folder to move the resource to, defaults to folder

new_name

use to rename the file, defaults to name

Value

NULL, invisibly

Examples

## Not run: 
armadillo.move_resource(
  project = "gecko",
  folder = "core_all",
  name = "table1",
  new_folder = "core_all_v2",
)

## End(Not run)


MolgenisArmadillo documentation built on Nov. 17, 2023, 5:07 p.m.