write_to_mk_r4_cls | R Documentation |
write_to_mk_r4_cls() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write to make ready4 module class. The function is called for its side effects and does not return a value.
write_to_mk_r4_cls(
class_nm_1L_chr,
slots_chr,
type_chr,
pt_ls_alg_1L_chr,
parent_cls_nm_1L_chr,
print_set_cls_1L_lgl,
class_desc_1L_chr,
output_file_class_1L_chr,
clss_to_inc_chr,
prototype_lup,
helper_1L_lgl = F,
parent_ns_ls,
vals_ls = NULL,
abbreviations_lup = NULL,
object_type_lup = NULL,
consent_1L_chr = NULL
)
class_nm_1L_chr |
Class name (a character vector of length one) |
slots_chr |
Slots (a character vector) |
type_chr |
Type (a character vector) |
pt_ls_alg_1L_chr |
Prototype list algorithm (a character vector of length one) |
parent_cls_nm_1L_chr |
Parent class name (a character vector of length one) |
print_set_cls_1L_lgl |
Print set class (a logical vector of length one) |
class_desc_1L_chr |
Class description (a character vector of length one) |
output_file_class_1L_chr |
Output file class (a character vector of length one) |
clss_to_inc_chr |
Classes to include (a character vector) |
prototype_lup |
Prototype (a lookup table) |
helper_1L_lgl |
Helper (a logical vector of length one), Default: F |
parent_ns_ls |
Parent namespace (a list) |
vals_ls |
Values (a list), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
object_type_lup |
Object type (a lookup table), Default: NULL |
consent_1L_chr |
Consent (a character vector of length one), Default: NULL |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.