make_custom_dmt_ls | R Documentation |
make_custom_dmt_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make custom documentation list. The function returns Custom documentation (a list).
make_custom_dmt_ls(
args_ls_ls = NULL,
desc_ls = NULL,
details_ls = NULL,
example_ls = NULL,
output_ls = NULL,
title_ls = NULL,
user_manual_fns_chr = NA_character_
)
args_ls_ls |
Arguments (a list of lists), Default: NULL |
desc_ls |
Description (a list), Default: NULL |
details_ls |
Details (a list), Default: NULL |
example_ls |
Example (a list), Default: NULL |
output_ls |
Output (a list), Default: NULL |
title_ls |
Title (a list), Default: NULL |
user_manual_fns_chr |
User manual functions (a character vector), Default: 'NA' |
Custom documentation (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.