manufacture method applied to ScorzAqol6
manufacture method applied to ScorzEuroQol5
manufacture method applied to ScorzProfile
Usage
# S4 method for ScorzAqol6
manufacture(x, what_1L_chr = "domains", ...)
# S4 method for ScorzEuroQol5
manufacture(x, what_1L_chr = "domains", ...)
# S4 method for ScorzProfile
manufacture(
x,
custom_args_ls = NULL,
custom_fn = NULL,
domain_pfxs_1L_chr = character(0),
what_1L_chr = "domains",
...
)
Arguments
- x
An object of class ScorzProfile
- what_1L_chr
What (a character vector of length one), Default: 'domains'
- ...
Additional arguments
- custom_args_ls
Custom arguments (a list), Default: NULL
- custom_fn
Custom (a function), Default: NULL
- domain_pfxs_1L_chr
Domain prefixes (a character vector of length one), Default: character(0)