R.oo (version 1.22.0)

detach.Object: Detach an Object from the R search path

Description

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

Usage

# S3 method for Object
detach(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if the Object was detached, otherwise FALSE.

See Also

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

Examples

Run this code
# NOT RUN {
For a complete example see help(Object).
# }

Run the code above in your browser using DataCamp Workspace