Skip to contents

A lookup table to find descriptions for different types of functions used within the ready4fun package suite.

Usage

fn_types_lup

Format

An object of class tbl_df (inherits from tbl, data.frame) with 65 rows and 6 columns.

Details

A tibble

fn_type_nm_chr

Function type name (a character vector)

fn_type_desc_chr

Function type description (a character vector)

first_arg_desc_chr

First argument description (a character vector)

second_arg_desc_chr

Second argument description (a character vector)

is_generic_lgl

Is generic (a logical vector)

is_method_lgl

Is method (a logical vector)