Learn R Programming

MolgenisArmadillo (version 2.9.3)

armadillo.load_table: Load a table from a project

Description

Load a table from a project

Usage

armadillo.load_table(project, folder, name)

Value

the contents of the table file, as data frame

Arguments

project

study or collection variables

folder

the folder containing the table

name

name of the table

Examples

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

Run the code above in your browser using DataLab