make_fn_title: Make function title

Description Usage Arguments Value

Description

make_fn_title() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make function title. The function returns Title (a character vector).

Usage

1
2
3
4
5
6
make_fn_title(
  fns_chr,
  object_type_lup = NULL,
  abbreviations_lup = NULL,
  is_generic_lgl = F
)

Arguments

fns_chr

Functions (a character vector)

object_type_lup

Object type (a lookup table), Default: NULL

abbreviations_lup

Abbreviations (a lookup table), Default: NULL

is_generic_lgl

Is generic (a logical vector), Default: F

Value

Title (a character vector)


readyforwhatsnext/ready4fun documentation built on Nov. 22, 2020, 9:28 p.m.