make_alg_to_get_pt_val: Make algorithm to get prototype value

Description Usage Arguments Value

Description

make_alg_to_get_pt_val() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make algorithm to get prototype value. The function returns Algorithm to get prototype value (a character vector of length one).

Usage

1
2
3
4
5
6
make_alg_to_get_pt_val(
  pt_ns_1L_chr = "",
  fn_to_call_1L_chr = "",
  default_val_1L_chr = "",
  attached_nss_chr = c("base")
)

Arguments

pt_ns_1L_chr

Prototype namespace (a character vector of length one), Default: ”

fn_to_call_1L_chr

Function to call (a character vector of length one), Default: ”

default_val_1L_chr

Default value (a character vector of length one), Default: ”

attached_nss_chr

Attached namespaces (a character vector), Default: c("base")

Value

Algorithm to get prototype value (a character vector of length one)


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