snapshot: Snapshot current configuration

Description Usage Arguments Details Value Author(s) See Also

View source: R/snapshot.R

Description

Snapshot current configuration

Usage

1
2
snapshot(global = TRUE, search = TRUE, packages = TRUE,
  namespaces = TRUE)

Arguments

global

Snapshot global variables?

search

Snapshot state of search path?

packages

Snapshot loaded packages

namespaces

Snapshot loaded namespaces?

Details

Stores which global variables currently exist, what environments or data.frames are attached to the search path, which packages are loaded and which namespaces are loaded

Value

list with the stored items; invisibly

Author(s)

Holger Hoefling

See Also

get_snapshot, set_snapshot


hhoeflin/sanitizr documentation built on May 28, 2019, 5:43 a.m.