log_phase_reset {autometric} | R Documentation |
Reset log phase
Description
Reset the current log phase to the default value.
Usage
log_phase_reset()
Value
NULL
(invisibly). Called for its side effects.
Examples
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)
[Package autometric version 0.1.2 Index]