dropTable: Remove a CAS Table

View source: R/CAStab.R

dropTableR Documentation

Remove a CAS Table

Description

Drops the in-memory table on the server that is referenced by the CASTable object.

Usage

dropTable(x)

Arguments

x

A CASTable object.

Note

This function drops the in-memory table but does not affect the original source file that the in-memory table was loaded from.

Examples

## Not run: 
dropTable(ct1)

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.