procure.ready4fun_abbreviations | R Documentation |
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).
procure.ready4fun_abbreviations(
x,
match_1L_chr = character(0),
type_1L_chr = c("abbreviation", "extension"),
what_1L_chr = c("table", "string")
)
## S4 method for signature '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 signature 'ready4fun_manifest'
procure(x, type_1L_chr)
x |
An instance of |
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") |
Object (an output object of multiple potential types)
Value (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.