status: Show progress using a logfile

Description Usage Arguments Value Examples

Description

Use this function in an external R process to track the status of a running loop from a logfile created with 'logfile()'.

Usage

1
status(path, here = TRUE, s = 0.1)

Arguments

path

path to the logfile

here

should base path of the logfile be located using 'here::here()'

s

update interval in seconds

Value

nothing, invoked for side effects

Examples

1
2
3
4
## Not run: 
status("logfile.log")

## End(Not run)

cszang/logvogel documentation built on May 28, 2019, 4:35 p.m.