A lookup table to find descriptions for different types of functions used within the ready4fun package suite.
Details
A tibble
- fn_type_nm_chr
Function type name (a character vector)
- fn_type_desc_chr
Function type description (a character vector)
- first_arg_desc_chr
First argument description (a character vector)
- second_arg_desc_chr
Second argument description (a character vector)
- is_generic_lgl
Is generic (a logical vector)
- is_method_lgl
Is method (a logical vector)