Removes a scheduled task using the "task_id" from Task Scheduler (Windows) or Cron (Mac/Linux).
Value
NULL (invisibly). Called for its side effects: removes a scheduled task saved using the function 'auto_LitFetchR_setup'.
Examples
# This is a "dry run" example.
# No task will actually be removed, it only shows how the function should react.
remove_scheduled_task("fish_vibrio",
dry_run = TRUE
)
#> This is the message from the dry run showing what you should be seeing when the function will be used:
#> SUCCESS: The scheduled task "fish_vibrio" was successfully deleted.
#> Windows task "fish_vibrio" removed (or did not exist).
