dsRmSymbol-OpalConnection-method: Remove a R symbol

dsRmSymbol,OpalConnection-methodR Documentation

Remove a R symbol

Description

Remoe a symbol living in the DataSHIELD R session.

Usage

## S4 method for signature 'OpalConnection'
dsRmSymbol(conn, symbol)

Arguments

conn

OpalConnection-class class object

symbol

Name of the R symbol.

Examples

## Not run: 
con <- dbConnect(DSOpal::Opal(), "server1",
  "username", "password", "https://opal.example.org")
dsAssignTable(con, "D", "test.CNSIM")
dsRmSymbol(con, "D")
dsDisconnect(con)

## End(Not run)


datashield/DSOpal documentation built on Oct. 11, 2022, 2:49 a.m.