Skip to contents

Removes previously scheduled messages from #admin-scheduled if after the posting date.

Usage

slack_cleanup()

Value

Nothing

Examples

if (FALSE) { # interactive()

slack_posts_write("testing cleanup",
                  when = Sys.time() + lubridate::seconds(600),
                  tz = Sys.timezone())
slack_scheduled_list()

slack_cleanup()
}