make_lines_for_fn_dmt | R Documentation |
make_lines_for_fn_dmt() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make lines for function documentation. The function is called for its side effects and does not return a value.
make_lines_for_fn_dmt(
fn_name_1L_chr,
fn_type_1L_chr,
fn = NULL,
fn_desc_1L_chr = NA_character_,
fn_out_type_1L_chr = NA_character_,
fn_title_1L_chr = NA_character_,
example_1L_lgl = F,
export_1L_lgl = T,
class_name_1L_chr = "",
details_1L_chr = "DETAILS",
args_ls = NULL,
import_chr = NA_character_,
doc_in_class_1L_lgl = F,
abbreviations_lup = NULL,
dv_ds_nm_1L_chr = "ready4-dev/ready4",
dv_url_pfx_1L_chr = deprecated(),
fn_types_lup = NULL,
import_from_chr = NA_character_,
key_1L_chr = deprecated(),
object_type_lup = NULL,
server_1L_chr = deprecated()
)
fn_name_1L_chr |
Function name (a character vector of length one) |
fn_type_1L_chr |
Function type (a character vector of length one) |
fn |
Function (a function), Default: NULL |
fn_desc_1L_chr |
Function description (a character vector of length one), Default: 'NA' |
fn_out_type_1L_chr |
Function out type (a character vector of length one), Default: 'NA' |
fn_title_1L_chr |
Function title (a character vector of length one), Default: 'NA' |
example_1L_lgl |
Example (a logical vector of length one), Default: F |
export_1L_lgl |
Export (a logical vector of length one), Default: T |
class_name_1L_chr |
Class name (a character vector of length one), Default: ” |
details_1L_chr |
Details (a character vector of length one), Default: 'DETAILS' |
args_ls |
Arguments (a list), Default: NULL |
import_chr |
Import (a character vector), Default: 'NA' |
doc_in_class_1L_lgl |
Document in class (a logical vector of length one), Default: F |
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_types_lup |
Function types (a lookup table), Default: NULL |
import_from_chr |
Import from (a character vector), Default: 'NA' |
key_1L_chr |
Key (a character vector of length one), Default: deprecated() |
object_type_lup |
Object type (a lookup table), Default: NULL |
server_1L_chr |
Server (a character vector of length one), Default: deprecated() |
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.