cw_issue | R Documentation |
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.
cw_issue(
date = NULL,
tz = NULL,
theme = "XXXX",
cohost = "XXXX",
dry_run = FALSE
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.