count_up_till_death | R Documentation |
Prints out the timestamp to console and to a file. Useful for diagnosing potential failures of a terminal server session.
count_up_till_death(
file_out,
extrainfo = NULL,
secs_interval = 60,
max_lines = 10000,
verbose = TRUE
)
file_out |
Character, path to the filename to print out the series of timestamps |
extrainfo |
Character, specifies the extra information to print out before the timestamp is recorded. Defaults to |
secs_interval |
Numeric value, specifying the interval of seconds after which to repeat the timestamp operation |
max_lines |
Integer, number of max lines to record - the time interval
covered will depend on this and on the |
verbose |
Logical, defaults to TRUE |
Invisible NULL - the output is very much the side effect of printing the timestamp to file
# count_up_till_death("mytestfile.txt", extrainfo = "YourName")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.