add_new_cls_pts | R Documentation |
add_new_cls_pts() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add new class prototypes. The function returns Package setup (a list).
add_new_cls_pts(
pkg_setup_ls,
addl_cls_pts_tb = NULL,
purge_pkg_clss_1L_lgl = T
)
pkg_setup_ls |
Package setup (a list) |
addl_cls_pts_tb |
Additional class prototypes (a tibble), Default: NULL |
purge_pkg_clss_1L_lgl |
Purge package classes (a logical vector of length one), Default: T |
Package setup (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.