ready4fun_abbreviations: ready4 submodule class for tibble object lookup table of...

View source: R/C3_ready4fun_abbreviations.R

ready4fun_abbreviationsR Documentation

ready4 submodule class for tibble object lookup table of abbreviations.

Description

Create a new valid instance of the ready4 submodule class for tibble object lookup table of abbreviations.

Usage

ready4fun_abbreviations(x = make_pt_ready4fun_abbreviations())

make_pt_ready4fun_abbreviations(
  short_name_chr = character(0),
  long_name_chr = character(0),
  plural_lgl = logical(0)
)

is_ready4fun_abbreviations(x)

Arguments

x

An object of any type

short_name_chr

Short name (a character vector), Default: character(0)

long_name_chr

Long name (a character vector), Default: character(0)

plural_lgl

Plural (a logical vector), Default: logical(0)

Details

Abbreviations lookup table.

Value

A validated instance of the ready4 submodule class for tibble object lookup table of abbreviations.

A prototype for ready4 submodule class for tibble object lookup table of abbreviations.

A logical value, TRUE if a valid instance of the ready4 submodule class for tibble object lookup table of abbreviations.


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