Skip to contents

procure.ready4fun_abbreviations() is a procure method that procures data by executing a search and retrieval algorithm using data contained in an instance of a class. This method is implemented for the ready4 submodule class for tibble object lookup table of abbreviations. The function returns Object (an output object of multiple potential types).

procure.ready4fun_manifest() is a procure method that procures data by executing a search and retrieval algorithm using data contained in an instance of a class. This method is implemented for the ready4 submodule class for encapsulating the metadata required for package set-up. The function returns Value (an output object of multiple potential types).

Usage

procure.ready4fun_abbreviations(
  x,
  match_1L_chr = character(0),
  type_1L_chr = c("abbreviation", "extension"),
  what_1L_chr = c("table", "string")
)

# S4 method for ready4fun_abbreviations
procure(
  x,
  match_1L_chr = character(0),
  type_1L_chr = c("abbreviation", "extension"),
  what_1L_chr = c("table", "string")
)

procure.ready4fun_manifest(x, type_1L_chr)

# S4 method for ready4fun_manifest
procure(x, type_1L_chr)

Arguments

x

An instance of ready4fun_manifest, a ready4 submodule class for encapsulating the metadata required for package set-up.

match_1L_chr

Match (a character vector of length one), Default: character(0)

type_1L_chr

Type (a character vector of length one)

what_1L_chr

What (a character vector of length one), Default: c("table", "string")

Value

Object (an output object of multiple potential types)

Value (an output object of multiple potential types)