renew method applied to YouthvarsDescriptives
renew method applied to YouthvarsProfile
Usage
# S4 method for class 'YouthvarsDescriptives'
renew(x, type_1L_chr = "characterize", ...)
# S4 method for class 'YouthvarsProfile'
renew(
x,
nbr_of_digits_1L_int = 3L,
profile_chr = character(0),
type_1L_chr = "characterize",
what_1L_chr = "descriptives_ls",
...
)
Arguments
- x
An object of class YouthvarsProfile
- type_1L_chr
Type (a character vector of length one), Default: 'characterize'
- ...
Additional arguments
- nbr_of_digits_1L_int
Number of digits (an integer vector of length one), Default: 3
- profile_chr
Profile (a character vector), Default: character(0)
- what_1L_chr
What (a character vector of length one), Default: 'descriptives_ls'