make_libraries_tb | R Documentation |
make_libraries_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make libraries tibble. The function returns Libraries (a tibble).
make_libraries_tb(
additions_tb = make_additions_tb(),
include_1L_chr = "modules",
module_pkgs_chr = character(0),
ns_var_nm_1L_chr = "pt_ns_chr",
reference_var_nm_1L_chr = "Reference",
url_stub_1L_chr = "https://ready4-dev.github.io/",
vignette_var_nm_1L_chr = "Vignettes",
vignette_url_var_nm_1L_chr = "Vignettes_URLs",
what_chr = "all"
)
additions_tb |
Additions (a tibble), Default: make_additions_tb() |
include_1L_chr |
Include (a character vector of length one), Default: 'modules' |
module_pkgs_chr |
Module packages (a character vector), Default: character(0) |
ns_var_nm_1L_chr |
Namespace variable name (a character vector of length one), Default: 'pt_ns_chr' |
reference_var_nm_1L_chr |
Reference variable name (a character vector of length one), Default: 'Reference' |
url_stub_1L_chr |
Url stub (a character vector of length one), Default: 'https://ready4-dev.github.io/' |
vignette_var_nm_1L_chr |
Vignette variable name (a character vector of length one), Default: 'Vignettes' |
vignette_url_var_nm_1L_chr |
Vignette url variable name (a character vector of length one), Default: 'Vignettes_URLs' |
what_chr |
What (a character vector), Default: 'all' |
Libraries (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.