get_badges: Return badges for a given workshop.

View source: R/get_badges.R

get_badgesR Documentation

Return badges for a given workshop.

Description

Return badges for a given workshop.

Usage

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

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

inSilecoInc/insilecoRworkshops documentation built on Oct. 12, 2022, 1:58 p.m.