get_parent_cls_pt_fn | R Documentation |
get_parent_cls_pt_fn() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get parent class prototype function. The function returns Parent class prototype function (a character vector of length one).
get_parent_cls_pt_fn(
parent_cls_nm_1L_chr,
dev_pkg_ns_1L_chr = ready4fun::get_dev_pkg_nm(),
prototype_lup
)
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
dev_pkg_ns_1L_chr |
Development package namespace (a character vector of length one), Default: ready4fun::get_dev_pkg_nm() |
prototype_lup |
Prototype (a lookup table) |
Parent class prototype 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.