get_nms_of_clss_to_inc | R Documentation |
get_nms_of_clss_to_inc() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get names of classes to include. The function returns Names of classes to include (a character vector).
get_nms_of_clss_to_inc(
parent_cls_nm_1L_chr,
parent_ns_ls,
base_set_of_clss_to_inc_chr = NULL
)
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
parent_ns_ls |
Parent namespace (a list) |
base_set_of_clss_to_inc_chr |
Base set of classes to include (a character vector), Default: NULL |
Names of classes to include (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.