armadillo.upload_table: Uploads a table to a folder in a project

View source: R/table.R

armadillo.upload_tableR 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)


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