get_badges: Return badges for a given workshop.

Description Usage Arguments Examples

View source: R/get_badges.R

Description

Return badges for a given workshop.

Usage

1
2
3
4
5
6
7
get_badges(
  workshop_id,
  lang = c("en", "fr"),
  style = c("flat-square", "plastic", "flat", "for-the-badge", "social"),
  clip = TRUE,
  show = TRUE
)

Arguments

workshop_id

workshop identifier, see workshops_df().

lang

the language for the badges (either "en" or "fr").

style

badges style.

clip

a logical. Should the badges be copied to the clipboard?

show

a logical. Should the badges be displayed?

Examples

1
2
get_badges(1, clip = FALSE)
get_badges(4, lang = "fr", clip = FALSE)

QCBSRworkshops/qcbsRworkshops documentation built on Nov. 18, 2020, 11:32 p.m.