| make_helper_fn | R Documentation |
make_helper_fn() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make helper function. The function returns Helper function (a character vector of length one).
make_helper_fn(
class_nm_1L_chr,
parent_cls_nm_1L_chr,
slots_chr,
pt_ls,
prototype_lup,
parent_ns_ls,
vals_ls = NULL
)
class_nm_1L_chr |
Class name (a character vector of length one) |
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
slots_chr |
Slots (a character vector) |
pt_ls |
Prototype (a list) |
prototype_lup |
Prototype (a lookup table) |
parent_ns_ls |
Parent namespace (a list) |
vals_ls |
Values (a list), Default: NULL |
Helper function (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.