make_new_entries_tb | R Documentation |
make_new_entries_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make new entries tibble. The function returns New entries (a tibble).
make_new_entries_tb(
short_name_chr,
long_name_chr,
atomic_element_lgl = F,
r3_can_extend_lgl = F
)
short_name_chr |
Short name (a character vector) |
long_name_chr |
Long name (a character vector) |
atomic_element_lgl |
Atomic element (a logical vector), Default: F |
r3_can_extend_lgl |
Ready4 submodule can extend (a logical vector), Default: F |
New entries (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.