manufacture-methods: Manufacture a new object

manufacture-SpecificResultsR Documentation

Manufacture a new object

Description

manufacture method applied to SpecificResults

manufacture method applied to SpecificProject

manufacture method applied to SpecificSynopsis

Usage

## S4 method for signature 'SpecificResults'
manufacture(x, what_1L_chr = "indexed_shareable", ...)

## S4 method for signature 'SpecificProject'
manufacture(
  x,
  what_1L_chr = "ds_descvs_ls",
  scndry_anlys_params_ls = NULL,
  ...
)

## S4 method for signature 'SpecificSynopsis'
manufacture(
  x,
  consent_1L_chr = "",
  depnt_var_min_val_1L_dbl = numeric(0),
  depnt_var_nms_chr = NA_character_,
  make_cmpst_plt_1L_lgl = F,
  scndry_anlys_params_ls = NULL,
  version_1L_chr = "",
  what_1L_chr = "input_params_ls",
  ...
)

Arguments

x

An object of class SpecificSynopsis

what_1L_chr

What (a character vector of length one), Default: 'input_params_ls'

...

Additional arguments

scndry_anlys_params_ls

Secondary analysis parameters (a list), Default: NULL

consent_1L_chr

Consent (a character vector of length one), Default: ”

depnt_var_min_val_1L_dbl

Dependent variable minimum value (a double vector of length one), Default: numeric(0)

depnt_var_nms_chr

Dependent variable names (a character vector), Default: 'NA'

make_cmpst_plt_1L_lgl

Make composite plot (a logical vector of length one), Default: F

version_1L_chr

Version (a character vector of length one), Default: ”

Value

Object (an output object of multiple potential types)

Object (an output object of multiple potential types)

Object (an output object of multiple potential types)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.