Learn R Programming

session (version 1.0.3)

Functions for interacting with, saving and restoring R sessions.

Description

Utility functions for interacting with R processes from external programs. This package includes functions to save and restore session information (including loaded packages, and attached data objects), as well as functions to evaluate strings containing R commands and return the printed results or an execution transcript.

Copy Link

Version

Install

install.packages('session')

Monthly Downloads

50

Version

1.0.3

License

GPL (>= 2)

Last Published

October 29th, 2012

Functions in session (1.0.3)

save.session

Save and restore session information, including loaded packages and attached data objects.
texteval

Evaluate string(s) containing R commands and return the text transcript or printed results