make_child_cls_fn_body: Make child class function body

Description Usage Arguments Value

Description

make_child_cls_fn_body() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make child class function body. The function returns Child class function body (a character vector of length one).

Usage

1
2
3
4
5
6
make_child_cls_fn_body(
  child_ext_fn_1L_chr,
  parent_cls_nm_1L_chr,
  prototype_lup,
  prepend_1L_lgl = T
)

Arguments

child_ext_fn_1L_chr

Child ext function (a character vector of length one)

parent_cls_nm_1L_chr

Parent class name (a character vector of length one)

prototype_lup

Prototype (a lookup table)

prepend_1L_lgl

Prepend (a logical vector of length one), Default: T

Value

Child class function body (a character vector of length one)


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