get_parent_cls_pt_fn: Get parent class prototype function

get_parent_cls_pt_fnR Documentation

Get parent class prototype function

Description

get_parent_cls_pt_fn() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get parent class prototype function. The function returns Parent class prototype function (a character vector of length one).

Usage

get_parent_cls_pt_fn(
  parent_cls_nm_1L_chr,
  dev_pkg_ns_1L_chr = ready4fun::get_dev_pkg_nm(),
  prototype_lup
)

Arguments

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

Parent class prototype function (a character vector of length one)


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