Create use case socials_post_issue() command
Arguments
- uc
Data frame. Formatted use cases including social media handles and arranged by platform upon which to post, output of
uc_platform().- date_time
Character/Date. When to post. Defaults to next Wednesday if
NULL.- dry_run
Logical. Whether to do a dry run (i.e. don't post)
Logical. Whether to simply print the text to console instead of copying to the clipboard.
Examples
if (FALSE) { # interactive()
u <- uc_fetch() |>
uc_fmt("2025-01-01") |>
uc_handles() |>
by_platform()
uc_post(u, dry_run = TRUE,print = TRUE)
}
