cleanup.Globals: Drop certain types of globals
Description
Drop certain types of globals
Usage
# S3 method for Globals
cleanup(globals, drop = c("missing", "base-packages", "nativesymbolinfo"), ...)
Arguments
- globals
A Globals object.
- drop
A character vector specifying what type of globals to drop.
- ...
Not used