make_pt_ls: Make prototype list

make_pt_lsR Documentation

Make prototype list

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 list algorithm (a character vector of length one).

Usage

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 list algorithm (a character vector of length one)


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