View source: R/C3_ready4fun_objects.R
ready4fun_objects | R Documentation |
Create a new valid instance of the Object types lookup table.
ready4fun_objects(x = make_pt_ready4fun_objects())
make_pt_ready4fun_objects(
short_name_chr = character(0),
long_name_chr = character(0),
atomic_element_lgl = logical(0),
r3_can_extend_lgl = logical(0)
)
is_ready4fun_objects(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) |
atomic_element_lgl |
Atomic element (a logical vector), Default: logical(0) |
r3_can_extend_lgl |
Ready4 submodule can extend (a logical vector), Default: logical(0) |
Object types lookup table.
A validated instance of the Object types lookup table.
A prototype for Object types lookup table.
A logical value, TRUE if a valid instance of the Object types lookup table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.