View source: R/C3_ready4fun_abbreviations.R
ready4fun_abbreviations | R Documentation |
Create a new valid instance of the ready4 submodule class for tibble object lookup table of abbreviations.
ready4fun_abbreviations(x = make_pt_ready4fun_abbreviations())
make_pt_ready4fun_abbreviations(
short_name_chr = character(0),
long_name_chr = character(0),
plural_lgl = logical(0)
)
is_ready4fun_abbreviations(x)
x |
An object of any type |
short_name_chr |
Short name (a character vector), Default: character(0) |
long_name_chr |
Long name (a character vector), Default: character(0) |
plural_lgl |
Plural (a logical vector), Default: logical(0) |
Abbreviations lookup table.
A validated instance of the ready4 submodule class for tibble object lookup table of abbreviations.
A prototype for ready4 submodule class for tibble object lookup table of abbreviations.
A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object lookup table of abbreviations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.