Learn R Programming

epitweetr (version 2.2.16)

stop_search_runner_task: Stops the tweet collection task

Description

stops the tweet collection task

Usage

stop_search_runner_task()

Arguments

Value

Nothing

Details

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

Examples

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

Run the code above in your browser using DataLab