armadillo.load_table: Load a table from a project

View source: R/table.R

armadillo.load_tableR Documentation

Load a table from a project

Description

Load a table from a project

Usage

armadillo.load_table(project, folder, name)

Arguments

project

study or collection variables

folder

the folder containing the table

name

name of the table

Value

the contents of the table file, as data frame

Examples

## Not run: 
armadillo.load_table(
  project = "gecko",
  folder = "core_all",
  name = "lc_core_1"
)

## End(Not run)


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