stop_search_runner_task: Stops the tweet collection task

View source: R/scheduler.R

stop_search_runner_taskR Documentation

Stops the tweet collection task

Description

stops the tweet collection task

Usage

stop_search_runner_task()

Details

Stops the tweet collection task if it is already running This function will try also deactivate the respective scheduled task on Windows.

Value

Nothing

Examples

if(FALSE){
   #getting tasks statuses
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   stop_search_runner_task()
}

epitweetr documentation built on Nov. 16, 2023, 5:07 p.m.