enhance-methods: Enhance a dataset by adding new elements

enhance-SpecificSynopsisR Documentation

Enhance a dataset by adding new elements

Description

enhance method applied to SpecificSynopsis

Usage

## S4 method for signature 'SpecificSynopsis'
enhance(
  x,
  depnt_var_nms_chr = NA_character_,
  depnt_var_min_val_1L_dbl = numeric(0),
  what_1L_chr = "shareable_outp_ls",
  with_1L_chr = "results_ls",
  ...
)

Arguments

x

An object of class SpecificSynopsis

depnt_var_nms_chr

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

depnt_var_min_val_1L_dbl

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

what_1L_chr

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

with_1L_chr

With (a character vector of length one), Default: 'results_ls'

...

Additional arguments

Value

x (An object of class SpecificSynopsis)


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