Skip to contents

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

Usage

manufacture.ready4show_correspondences(
  x,
  data_ls,
  flatten_1L_lgl = F,
  type_1L_chr = "new",
  what_1L_chr = "names",
  ...
)

# S4 method for ready4show_correspondences
manufacture(
  x,
  data_ls,
  flatten_1L_lgl = F,
  type_1L_chr = "new",
  what_1L_chr = "names",
  ...
)

# S4 method for Ready4showSynopsis
manufacture(x, what_1L_chr = "paths_ls")

Arguments

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

Value

Object (an output object of multiple potential types)

Object (an output object of multiple potential types)