feedback_to_logjs {DIZtools} | R Documentation |
Feedback to the gui/browser-console with logjs. Internal use.
Description
Helper function for the feedback function to also show the messages to the gui/user via the browser console. Internal use. Use the robust 'feedback' function instead.
Usage
feedback_to_logjs(print_this, logfile_dir, headless)
Arguments
print_this |
(Optional, String, default: "") |
logfile_dir |
(Optional, String, default: "tempdir()") The absolute path to folder where the logfile will be stored. |
headless |
(Optional, Boolean, default: TRUE) Indicating, if the function is run only in the console (headless = TRUE) or on a GUI frontend (headless = FALSE). |
Value
No return value, called for side effects (see description)
[Package DIZtools version 1.0.1 Index]