write_to_mk_r4_cls: Write to make ready4 module class

write_to_mk_r4_clsR Documentation

Write to make ready4 module class

Description

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.

Usage

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
)

Arguments

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

Value

No return value, called for side effects.


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.