Learn R Programming

epitweetr (version 2.2.16)

is_search_running: Check whether the tweet collection task is running

Description

gets the tweet collection execution status

Usage

is_search_running()

Arguments

Value

logical Whether the tweet collection is running

Details

returns a logical value being TRUE if the tweet collection is running

Examples

Run this code
if(FALSE){
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   is_search_running()
}

Run the code above in your browser using DataLab