armadillo.load_table {MolgenisArmadillo} | R 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)
[Package MolgenisArmadillo version 2.6.3 Index]