armadillo.load_resource {MolgenisArmadillo} | R Documentation |
Load a resource from a project
Description
Load a resource from a project
Usage
armadillo.load_resource(project, folder, name)
Arguments
project |
study or collection variables |
folder |
the folder containing the resource |
name |
name of the resource |
Value
the loaded resource
Examples
## Not run:
armadillo.load_resource(
project = "gecko",
folder = "core_all",
name = "lc_core_1"
)
## End(Not run)
[Package MolgenisArmadillo version 2.6.3 Index]