make_helper_fn: Make helper function

make_helper_fnR Documentation

Make helper function

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

make_helper_fn(
  class_nm_1L_chr,
  parent_cls_nm_1L_chr,
  slots_chr,
  pt_ls,
  prototype_lup,
  parent_ns_ls,
  vals_ls = NULL
)

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)

vals_ls

Values (a list), Default: NULL

Value

Helper function (a character vector of length one)


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