get_parent_cls_pts | R Documentation |
get_parent_cls_pts() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get parent class prototypes. The function returns Parent class prototypes (a character vector).
get_parent_cls_pts(parent_cls_nm_1L_chr, parent_ns_ls, slot_names_chr)
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
parent_ns_ls |
Parent namespace (a list) |
slot_names_chr |
Slot names (a character vector) |
Parent class prototypes (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.