register_fs_monitor {epitweetr} | R Documentation |
registers the fs_monitor (by writing detect.PID file) for the current process or stops if no configuration has been set or if it is already running
register_fs_monitor()
Registers the fs_monitor (by writing detect.PID file) for the current process or stops if no configuration has been set or if it is already running this function is exported so it can be called nicely from using the future package, but it is not intended to be directly used by users
Nothing
if(FALSE){ #getting tasks statuses library(epitweetr) message('Please choose the epitweetr data directory') setup_config(file.choose()) register_fs_monitor() }