## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval = FALSE-------------------------------------------------------------
# #Load LitFetchR
# library(LitFetchR)

## ----eval=FALSE---------------------------------------------------------------
# #Load LitFetchR
# library(LitFetchR)
# 
# #remove a scheduled task using its name/identification
# 
# #Example of what you should see:
# # > remove_scheduled_task("fish_vibrio")
# # SUCCESS: The scheduled task "fish_vibrio" was successfully deleted.
# # Windows task 'fish_vibrio' removed (or did not exist).
# 

