opal.rm: Remove a R symbol (deprecated)

View source: R/opal.symbol.R

opal.rmR Documentation

Remove a R symbol (deprecated)

Description

Remove a symbol from the current R session. Deprecated: see opal.symbol_rm function instead.

Usage

opal.rm(opal, symbol)

Arguments

opal

Opal object.

symbol

Name of the R symbol.

See Also

Other symbol functions: opal.symbol_import(), opal.symbol_rm(), opal.symbol_save(), opal.symbols()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.rm(o, 'D')
opal.logout(o)

## End(Not run)

opalr documentation built on Sept. 18, 2024, 9:11 a.m.