Learn R Programming

OmopOnSpark (version 0.1.0)

dropSourceTable.spark_cdm: Drop spark tables

Description

Drop Spark tables in the write schema of the connection behind the cdm reference.

Usage

# S3 method for spark_cdm
dropSourceTable(cdm, name)

Value

Drops the Spark tables.

Arguments

cdm

A cdm reference

name

The names of the tables to drop. Tidyselect statements can be used.