Last data update: 2014.03.03

R: Detach an BasicObject from the R search path
detach.BasicObjectR Documentation

Detach an BasicObject from the R search path

Description

Detach, from the R search path, an BasicObject that has previously been attached. If the BasicObject was not attached, a warning will be generated and nothing will be done.

Usage

## S3 method for class 'BasicObject'
detach(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if the BasicObject was detached, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

*attach() and attach(), detach(). For more information see BasicObject.

Results