get_parent_cls_ns | R Documentation |
get_parent_cls_ns() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get parent class namespace. The function is called for its side effects and does not return a value.
get_parent_cls_ns(prototype_lup, parent_cls_nm_1L_chr, dev_pkg_ns_1L_chr)
prototype_lup |
Prototype (a lookup table) |
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) |
Parent class (a namespace)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.