Learn R Programming

svMisc (version 1.1.0)

svMisc-package: SciViews - Miscellaneous functions

Description

Miscellaneous functions for SciViews or general use. The svMisc package collects together a series of functions that are shared with svXXX packages.

Arguments

Important functions

  • temp_env() for unsing a temporary environment attached to the search path,

  • temp_var() create the name of temporary variables,

  • capture_all() to capture R output, errors, warnings and messages,

  • parse_text() to parse any R expression, including partial or incorrect ones (fails gracefully).