Learn R Programming

MolgenisArmadillo (version 2.9.3)

armadillo.load_resource: Load a resource from a project

Description

Load a resource from a project

Usage

armadillo.load_resource(project, folder, name)

Value

the loaded resource

Arguments

project

study or collection variables

folder

the folder containing the resource

name

name of the resource

Examples

Run this code
if (FALSE) {
armadillo.load_resource(
  project = "gecko",
  folder = "core_all",
  name = "lc_core_1"
)
}

Run the code above in your browser using DataLab