update_libraries_ls | R Documentation |
update_libraries_ls() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update libraries list. The function returns Libraries (a list).
update_libraries_ls(
libraries_ls = NULL,
additions_tb = make_additions_tb(),
keep_chr = "all"
)
libraries_ls |
Libraries (a list), Default: NULL |
additions_tb |
Additions (a tibble), Default: make_additions_tb() |
keep_chr |
Keep (a character vector), Default: 'all' |
Libraries (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.