check_all {epitweetr} | R Documentation |
It runs a set of automated sanity checks for helping the user to troubleshot issues
check_all()
This function executes a series of sanity checks, concerning, Java, bitness, task status, dependencies and Twitter authentication.
Data frame containing the statuses of all realized checks
if(FALSE){ #importing epitweer library(epitweetr) message('Please choose the epitweetr data directory') setup_config(file.choose()) #running all tests check_all() }