cw_issue: Create Coworking To-Do's on Comms Repo

View source: R/coworking.R

cw_issueR Documentation

Create Coworking To-Do's on Comms Repo

Description

Create an issue listing the coworking todos. If no date or timezone, picks the next appropriate date (first Tuesday in the month following an existing coworking issue) and next appropriate timezone (cycling through America, Europe, and Australia) automatically.

Usage

cw_issue(
  date = NULL,
  tz = NULL,
  theme = "XXXX",
  cohost = "XXXX",
  dry_run = FALSE
)

Arguments

date

Character. Date of next event (if NULL picks next first Tuesday).

tz

Character. Timezone of next event (if NULL picks next in order).

theme

Character. Name of theme, if unknown, uses XXXX placeholder

cohost

Character. Name of cohost, if unknown, uses XXXX placeholder

dry_run

Logical. Whether to do a dry run (i.e. don't post)


ropensci-org/promoutils documentation built on Nov. 29, 2024, 7:17 p.m.