make_alg_to_set_validity_of_r4_cls | R Documentation |
make_alg_to_set_validity_of_r4_cls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make algorithm to set validity of ready4 module class. The function returns Algorithm to set validity of ready4 module class (a character vector of length one).
make_alg_to_set_validity_of_r4_cls(
class_nm_1L_chr,
parent_cls_nm_1L_chr,
slots_of_dif_lnts_chr = NULL,
allowed_vals_ls = NULL,
names_must_match_ls = NULL,
print_validator_1L_lgl = FALSE,
asserts_ls = NULL
)
class_nm_1L_chr |
Class name (a character vector of length one) |
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
slots_of_dif_lnts_chr |
Slots of different lengths (a character vector), Default: NULL |
allowed_vals_ls |
Allowed values (a list), Default: NULL |
names_must_match_ls |
Names must match (a list), Default: NULL |
print_validator_1L_lgl |
Print validator (a logical vector of length one), Default: FALSE |
asserts_ls |
Asserts (a list), Default: NULL |
Algorithm to set validity of ready4 module class (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.