manufacture.ready4show_correspondences | R Documentation |
manufacture.ready4show_correspondences() is a manufacture method that manufactures a novel R object using data contained in an instance of a class. This method is implemented for the Name correspondences lookup table The function returns Object (an output object of multiple potential types).
manufacture method applied to Ready4showSynopsis
manufacture.ready4show_correspondences(
x,
data_ls,
flatten_1L_lgl = F,
type_1L_chr = "new",
what_1L_chr = "names",
...
)
## S4 method for signature 'ready4show_correspondences'
manufacture(
x,
data_ls,
flatten_1L_lgl = F,
type_1L_chr = "new",
what_1L_chr = "names",
...
)
## S4 method for signature 'Ready4showSynopsis'
manufacture(x, what_1L_chr = "paths_ls")
x |
An object of class Ready4showSynopsis |
data_ls |
Data (a list) |
flatten_1L_lgl |
Flatten (a logical vector of length one), Default: F |
type_1L_chr |
Type (a character vector of length one), Default: 'new' |
what_1L_chr |
What (a character vector of length one), Default: 'paths_ls' |
... |
Additional arguments |
Object (an output object of multiple potential types)
Object (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.