make_fn_pt_to_make_r3_cls_pt: Make function prototype to make ready4 submodule class...

make_fn_pt_to_make_r3_cls_ptR Documentation

Make function prototype to make ready4 submodule class prototype

Description

make_fn_pt_to_make_r3_cls_pt() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make function prototype to make ready4 submodule class prototype. The function is called for its side effects and does not return a value.

Usage

make_fn_pt_to_make_r3_cls_pt(
  type_1L_chr,
  pt_ns_1L_chr,
  vals_ls,
  ordered_1L_lgl,
  class_nm_1L_chr,
  parent_cls_nm_1L_chr,
  dev_pkg_ns_1L_chr = ready4fun::get_dev_pkg_nm(),
  prototype_lup
)

Arguments

type_1L_chr

Type (a character vector of length one)

pt_ns_1L_chr

Prototype namespace (a character vector of length one)

vals_ls

Values (a list)

ordered_1L_lgl

Ordered (a logical vector of length one)

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)

dev_pkg_ns_1L_chr

Development package namespace (a character vector of length one), Default: ready4fun::get_dev_pkg_nm()

prototype_lup

Prototype (a lookup table)

Value

Function prototype to make ready4 submodule class (a prototype)


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