get_badges | R Documentation |
Return badges for a given workshop.
get_badges( workshop_id, lang = c("en", "fr"), style = c("flat-square", "plastic", "flat", "for-the-badge", "social"), clip = TRUE, show = TRUE )
workshop_id |
workshop identifier, see |
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? |
get_badges(1, clip = FALSE) get_badges(4, lang = "fr", clip = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.