Remove variables in global environment that match a given pattern.

clearGlobalEnv(pattern, exact.match = T)

Arguments

pattern

Character specifying name of variable(s) to remove from global environment.

exact.match

If TRUE (default), exact pattern matching is enforced. If FALSE, partial pattern matching is facilitated with grep().

Author

Nicholas Mikolajewicz