armadillo.delete_table: Delete table

View source: R/table.R

armadillo.delete_tableR Documentation

Delete table

Description

Delete table

Usage

armadillo.delete_table(project, folder, name)

Arguments

project

project to delete the table from

folder

folder to delete the table from

name

table name

Examples

## Not run: 
armadillo.delete_table(
  project = "gecko",
  folder = "core_all",
  name = "table1"
)

## End(Not run)


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