make_helper_fn: Make helper

Description Usage Arguments Value

Description

make_helper_fn() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make helper function. The function returns Helper function (a character vector of length one).

Usage

1
2
3
4
5
6
7
8
make_helper_fn(
  class_nm_1L_chr,
  parent_cls_nm_1L_chr,
  slots_chr,
  pt_ls,
  prototype_lup,
  parent_ns_ls
)

Arguments

class_nm_1L_chr

Class name (a character vector of length one)

parent_cls_nm_1L_chr

Parent class name (a character vector of length one)

slots_chr

Slots (a character vector)

pt_ls

Prototype (a list)

prototype_lup

Prototype (a lookup table)

parent_ns_ls

Parent namespace (a list)

Value

Helper function (a character vector of length one)


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