Description Usage Arguments Value
update_fns_dmt_tb() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update functions documentation tibble. Function argument fns_dmt_tb specifies the object to be updated. Argument title_ls provides the object to be updated. The function returns Functions documentation (a tibble).
1 2 3 4 5 6 7 8 9 10 11 |
fns_dmt_tb |
Functions documentation (a tibble) |
title_ls |
Title (a list), Default: NULL |
desc_ls |
Description (a list), Default: NULL |
details_ls |
Details (a list), Default: NULL |
inc_for_main_user_lgl_ls |
Inc for main user (a list of logical vectors), Default: NULL |
output_ls |
Output (a list), Default: NULL |
example_ls |
Example (a list), Default: NULL |
args_ls_ls |
Arguments (a list of lists), Default: NULL |
append_1L_lgl |
Append (a logical vector of length one), Default: T |
Functions documentation (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.