write_gtr_str_mthds_for_r4 | R Documentation |
write_gtr_str_mthds_for_r4() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write getter setter methods for ready4 module. The function is called for its side effects and does not return a value.
write_gtr_str_mthds_for_r4(
slot_nm_1L_chr,
set_only_1L_lgl,
pkgs_to_imp_ls,
class_nm_1L_chr,
print_gtrs_strs_1L_lgl,
output_dir_1L_chr,
fn_types_lup = NULL,
object_type_lup = NULL
)
slot_nm_1L_chr |
Slot name (a character vector of length one) |
set_only_1L_lgl |
Set only (a logical vector of length one) |
pkgs_to_imp_ls |
Packages to import (a list) |
class_nm_1L_chr |
Class name (a character vector of length one) |
print_gtrs_strs_1L_lgl |
Print getters setters (a logical vector of length one) |
output_dir_1L_chr |
Output directory (a character vector of length one) |
fn_types_lup |
Function types (a lookup table), Default: NULL |
object_type_lup |
Object type (a lookup table), 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.