check_all {epitweetr}R Documentation

Run automatic sanity checks

Description

It runs a set of automated sanity checks for helping the user to troubleshot issues

Usage

check_all()

Details

This function executes a series of sanity checks, concerning, Java, bitness, task status, dependencies and Twitter authentication.

Value

Data frame containing the statuses of all realized checks

Examples

if(FALSE){
   #importing epitweer
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   #running all tests
   check_all()
}

[Package epitweetr version 2.2.16 Index]