Temporary environment

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

'svMisc' attaches SciViews:TempEnv at the fore last position in the search path, so that its content is accessible from any loaded R package (except 'base'). This environment is a convenient place where temporary items that you do not want to see in the global environment, for instance, variables related to GUI (Graphical User Interface) and that are typically a nonsense to save() and reload() in the global environment.

TODO: show a couple of case where it is useful.

The following functions are available to ease access to these variables:



Try the svMisc package in your browser

Any scripts or data that you put into this service are public.

svMisc documentation built on Oct. 12, 2021, 1:08 a.m.