View source: R/C3_ready4fun_badges.R
ready4fun_badges | R Documentation |
Create a new valid instance of the ready4 submodule class for tibble object lookup table of badges metadata.
ready4fun_badges(x = make_pt_ready4fun_badges())
make_pt_ready4fun_badges(
badge_names_chr = character(0),
label_names_chr = character(0),
colours_chr = character(0),
badges_chr = character(0)
)
is_ready4fun_badges(x)
x |
An object of any type |
badge_names_chr |
Badge names (a character vector), Default: character(0) |
label_names_chr |
Label names (a character vector), Default: character(0) |
colours_chr |
Colours (a character vector), Default: character(0) |
badges_chr |
Badges (a character vector), Default: character(0) |
Badges lookup table.
A validated instance of the ready4 submodule class for tibble object lookup table of badges metadata.
A prototype for ready4 submodule class for tibble object lookup table of badges metadata.
A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object lookup table of badges metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.