make_pt_ls: Make prototype

Description Usage Arguments Value

Description

make_pt_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make prototype list. The function returns Prototype (a list).

Usage

1
2
3
4
5
6
7
make_pt_ls(
  slots_chr,
  type_chr = NULL,
  vals_ls = NULL,
  make_val_1L_lgl = TRUE,
  prototype_lup
)

Arguments

slots_chr

Slots (a character vector)

type_chr

Type (a character vector), Default: NULL

vals_ls

Values (a list), Default: NULL

make_val_1L_lgl

Make value (a logical vector of length one), Default: TRUE

prototype_lup

Prototype (a lookup table)

Value

Prototype (a list)


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