armadillo.upload_table {MolgenisArmadillo} | R Documentation |
Uploads a table to a folder in a project
Description
Uploads a table to a folder in a project
Usage
armadillo.upload_table(project, folder, table, name = NULL)
Arguments
project |
the project to upload to |
folder |
the folder to upload to |
table |
the table to upload |
name |
name of the table (optional) |
Examples
## Not run:
armadillo.upload_table(
project = "gecko",
folder = "core_all",
table1
)
## End(Not run)
[Package MolgenisArmadillo version 2.6.3 Index]