Description Usage Arguments Value
update_fn_dmt() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update function documentation. Function argument fn_tags_spine_ls specifies the object to be updated. Argument new_tag_chr_ls provides the object to be updated. The function returns Function documentation (a character vector of length one).
| 1 2 3 4 5 6 7 8 | update_fn_dmt(
  fn_tags_spine_ls,
  new_tag_chr_ls,
  fn_name_1L_chr,
  fn_type_1L_chr,
  import_chr,
  abbreviations_lup = NULL
)
 | 
| fn_tags_spine_ls | Function tags spine (a list) | 
| new_tag_chr_ls | New tag (a list of character vectors) | 
| fn_name_1L_chr | Function name (a character vector of length one) | 
| fn_type_1L_chr | Function type (a character vector of length one) | 
| import_chr | Import (a character vector) | 
| abbreviations_lup | Abbreviations (a lookup table), Default: NULL | 
Function documentation (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.