start_session_log {figuRes2} | R Documentation |
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),
...
)
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 |
Details
Note that the stop_session_log function is used to stop the logging and save the log file.
Value
This function works in conjunction with stop_session_log to create a log file.
Value
No objects are returned by this function.
Author(s)
David Wade
[Package figuRes2 version 1.0.0 Index]