renew-TTUProject | R Documentation |
renew method applied to TTUProject
## S4 method for signature 'TTUProject'
renew(
x,
new_val_xx = NULL,
consent_1L_chr = "",
depnt_var_min_val_1L_dbl = numeric(0),
fl_nm_1L_chr = character(0),
paths_chr = character(0),
prototype_lup = NULL,
type_1L_chr = "default",
y_Ready4useRepos = ready4use::Ready4useRepos(),
what_1L_chr = "utility",
...
)
x |
An object of class TTUProject |
new_val_xx |
New value (an output object of multiple potential types), 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) |
fl_nm_1L_chr |
File name (a character vector of length one), Default: character(0) |
paths_chr |
Paths (a character vector), Default: character(0) |
prototype_lup |
Prototype (a lookup table), Default: NULL |
type_1L_chr |
Type (a character vector of length one), Default: 'default' |
y_Ready4useRepos |
PARAM_DESCRIPTION, Default: ready4use::Ready4useRepos() |
what_1L_chr |
What (a character vector of length one), Default: 'utility' |
... |
Additional arguments |
x (An object of class TTUProject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.