TimerINFO | R Documentation |
This code is adapted from https://github.com/hanfeisun/TIMER, which again is an adapted version of the original TIMER source code from http://cistrome.org/TIMER/download.html.
TimerINFO(string)
string |
A character string representing the message to be displayed. |
The method is described in Li et al. Genome Biology 2016;17(1):174., PMID 27549193. Display Timed Information Messages
This function formats and displays informational messages, primarily for timing or logging purposes. It is useful for tracking the progress or stages of execution within scripts, especially in long-running operations. The function outputs messages to the R console with a prefixed '##' to highlight them.
None; the function is used for its side effect of printing a message.
Bo Li
TimerINFO("Data processing started.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.