make_arg_type | R Documentation |
make_arg_type() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make argument type. The function returns Argument description (a character vector).
make_arg_type(
fn_args_chr,
object_type_lup = NULL,
abbreviations_lup = NULL,
dv_ds_nm_1L_chr = "ready4-dev/ready4",
dv_url_pfx_1L_chr = deprecated(),
fn,
key_1L_chr = deprecated(),
server_1L_chr = deprecated()
)
fn_args_chr |
Function arguments (a character vector) |
object_type_lup |
Object type (a lookup table), Default: NULL |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
dv_ds_nm_1L_chr |
Dataverse dataset name (a character vector of length one), Default: 'ready4-dev/ready4' |
dv_url_pfx_1L_chr |
Dataverse url prefix (a character vector of length one), Default: deprecated() |
fn |
Function (a function) |
key_1L_chr |
Key (a character vector of length one), Default: deprecated() |
server_1L_chr |
Server (a character vector of length one), Default: deprecated() |
Argument description (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.