write_to_mk_r4_cls: Write to make readyforwhatsnext S4 class

Description Usage Arguments

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 readyforwhatsnext s4 class. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
write_to_mk_r4_cls(
  class_nm_1L_chr,
  slots_chr,
  type_chr,
  pt_ls,
  parent_cls_nm_1L_chr,
  print_set_cls_1L_lgl,
  class_desc_1L_chr,
  output_file_class,
  clss_to_inc_chr,
  prototype_lup,
  helper_lgl = F,
  parent_ns_ls
)

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

Prototype (a list)

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

PARAM_DESCRIPTION

clss_to_inc_chr

Classes to include (a character vector)

prototype_lup

Prototype (a lookup table)

helper_lgl

Helper (a logical vector), Default: F

parent_ns_ls

Parent namespace (a list)


readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.