clearGlobalEnv.Rd
Remove variables in global environment that match a given pattern.
clearGlobalEnv(pattern, exact.match = T)
Character specifying name of variable(s) to remove from global environment.
If TRUE (default), exact pattern matching is enforced. If FALSE, partial pattern matching is facilitated with grep().