Learn R Programming

figuRes2 (version 1.0.0)

start_session_log: start_session_log

Description

A function to start logging the session history for a graphic driver run

Usage

start_session_log(
  x,
  outputfile = "example.PDF",
  pos = 1,
  envir = as.environment(pos),
  ...
)

Value

No objects are returned by this function.

Arguments

x

used internally

outputfile

passed to name the session history log file

pos

used internally by some functions

envir

used internally by some functions

...

additional params

Author

David Wade

Details

Note that the stop_session_log function is used to stop the logging and save the log file.