View source: R/C3_ready4fun_functions.R
ready4fun_functions | R Documentation |
Create a new valid instance of the Function types lookup table.
ready4fun_functions(x = make_pt_ready4fun_functions())
make_pt_ready4fun_functions(
fn_type_nm_chr = character(0),
fn_type_desc_chr = character(0),
first_arg_desc_chr = character(0),
second_arg_desc_chr = character(0),
is_generic_lgl = logical(0),
is_method_lgl = logical(0)
)
is_ready4fun_functions(x)
x |
An object of any type |
fn_type_nm_chr |
Function type name (a character vector), Default: character(0) |
fn_type_desc_chr |
Function type description (a character vector), Default: character(0) |
first_arg_desc_chr |
First argument description (a character vector), Default: character(0) |
second_arg_desc_chr |
Second argument description (a character vector), Default: character(0) |
is_generic_lgl |
Is generic (a logical vector), Default: logical(0) |
is_method_lgl |
Is method (a logical vector), Default: logical(0) |
Function types lookup table.
A validated instance of the Function types lookup table.
A prototype for Function types lookup table.
A logical value, TRUE if a valid instance of the Function types lookup table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.