Load a table from a project
armadillo.load_table(project, folder, name)
study or collection variables
the folder containing the table
name of the table
the contents of the table file, as data frame
if (FALSE) {
armadillo.load_table(
project = "gecko",
folder = "core_all",
name = "lc_core_1"
)
}