Skip to contents

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

if (FALSE) {
armadillo.delete_table(
  project = "gecko",
  folder = "core_all",
  name = "table1"
)
}