historyAsScript: Convert R interactive history to a Script object

View source: R/frags.R

historyAsScriptR Documentation

Convert R interactive history to a Script object

Description

This function is a means to capture the history of R commands interactively entered at the prompt in this session (or saved across sessions) as a Script-class object. One can then analyze the expressions to find relationships between variables and commands, which are irrelevant, ...

Usage

historyAsScript()

Value

An object of class Script-class.

Author(s)

Duncan Temple Lang

See Also

readScript history


CodeDepends documentation built on May 29, 2024, 11:51 a.m.