Skip to contents

Create a new valid instance of the Class prototype lookup table

Usage

ready4class_pt_lup(x = make_pt_ready4class_pt_lup())

make_pt_ready4class_pt_lup(
  type_chr = character(0),
  val_chr = character(0),
  pt_ns_chr = character(0),
  fn_to_call_chr = character(0),
  default_val_chr = character(0),
  old_class_lgl = logical(0)
)

is_ready4class_pt_lup(x)

Arguments

x

An object of any type

type_chr

Type (a character vector), Default: character(0)

val_chr

Value (a character vector), Default: character(0)

pt_ns_chr

Prototype namespace (a character vector), Default: character(0)

fn_to_call_chr

Function to call (a character vector), Default: character(0)

default_val_chr

Default value (a character vector), Default: character(0)

old_class_lgl

Old class (a logical vector), Default: logical(0)

Value

A validated instance of the Class prototype lookup table

A prototype for Class prototype lookup table

A logical value, TRUE if a valid instance of the Class prototype lookup table

Details

Class prototype lookup table