View source: R/C3_ready4class_pt_lup.R
ready4class_pt_lup | R Documentation |
Create a new valid instance of the Class prototype lookup table
ready4class_pt_lup(x = make_pt_ready4class_pt_lup())
make_pt_ready4class_pt_lup(
type_chr = character(0),
val_chr = character(0),
pt_ns_chr = character(0),
fn_to_call_chr = character(0),
default_val_chr = character(0),
old_class_lgl = logical(0)
)
is_ready4class_pt_lup(x)
x |
An object of any type |
type_chr |
Type (a character vector), Default: character(0) |
val_chr |
Value (a character vector), Default: character(0) |
pt_ns_chr |
Prototype namespace (a character vector), Default: character(0) |
fn_to_call_chr |
Function to call (a character vector), Default: character(0) |
default_val_chr |
Default value (a character vector), Default: character(0) |
old_class_lgl |
Old class (a logical vector), Default: logical(0) |
Class prototype lookup table
A validated instance of the Class prototype lookup table
A prototype for Class prototype lookup table
A logical value, TRUE if a valid instance of the Class prototype lookup table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.