View source: R/log_phase_set.R
log_phase_set | R Documentation |
Set the current log phase.
log_phase_set(phase)
phase |
Character string with the phase of the log.
Only the first 255 characters are used.
Cannot include the pipe character |
NULL
(invisibly). Called for its side effects.
path <- tempfile()
log_phase_get()
log_print(path = path)
log_phase_set("different")
log_phase_get()
log_print(path = path)
log_phase_reset()
log_phase_get()
log_read(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.