author-SpecificModels | R Documentation |
author method applied to SpecificModels
author method applied to SpecificSynopsis
author method applied to SpecificProject
## S4 method for signature 'SpecificModels'
author(
x,
consent_1L_chr = "",
digits_1L_int = 3L,
prefd_mdl_types_chr = NULL,
reference_1L_int = NULL,
what_1L_chr = "all",
x_labels_chr = character(0),
...
)
## S4 method for signature 'SpecificSynopsis'
author(
x,
args_ls = NULL,
consent_1L_chr = "",
reference_1L_int = NA_integer_,
type_1L_chr = "Report",
what_1L_chr = "Catalogue",
...
)
## S4 method for signature 'SpecificProject'
author(
x,
consent_1L_chr = "",
fl_nm_1L_chr = "I_ALL_OUTPUT_",
path_1L_chr = NA_character_,
type_1L_chr = "results",
what_1L_chr = "public",
...
)
x |
An object of class SpecificProject |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
digits_1L_int |
Digits (an integer vector of length one), Default: 3 |
prefd_mdl_types_chr |
Preferred model types (a character vector), Default: NULL |
reference_1L_int |
Reference (an integer vector of length one), Default: NA |
what_1L_chr |
What (a character vector of length one), Default: 'public' |
x_labels_chr |
X labels (a character vector), Default: character(0) |
... |
Additional arguments |
args_ls |
Arguments (a list), Default: NULL |
type_1L_chr |
Type (a character vector of length one), Default: 'results' |
fl_nm_1L_chr |
File name (a character vector of length one), Default: 'I_ALL_OUTPUT_' |
path_1L_chr |
Path (a character vector of length one), Default: 'NA' |
x (An object of class SpecificModels)
x (An object of class SpecificSynopsis)
x (An object of class SpecificProject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.