Skip to contents

Create a new valid instance of the Function types lookup table.

Usage

ready4fun_functions(x = make_pt_ready4fun_functions())

make_pt_ready4fun_functions(
  fn_type_nm_chr = character(0),
  fn_type_desc_chr = character(0),
  first_arg_desc_chr = character(0),
  second_arg_desc_chr = character(0),
  is_generic_lgl = logical(0),
  is_method_lgl = logical(0)
)

is_ready4fun_functions(x)

Arguments

x

An object of any type

fn_type_nm_chr

Function type name (a character vector), Default: character(0)

fn_type_desc_chr

Function type description (a character vector), Default: character(0)

first_arg_desc_chr

First argument description (a character vector), Default: character(0)

second_arg_desc_chr

Second argument description (a character vector), Default: character(0)

is_generic_lgl

Is generic (a logical vector), Default: logical(0)

is_method_lgl

Is method (a logical vector), Default: logical(0)

Value

A validated instance of the Function types lookup table.

A prototype for Function types lookup table.

A logical value, TRUE if a valid instance of the Function types lookup table.

Details

Function types lookup table.