make_pkg_desc_ls | R Documentation |
make_pkg_desc_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make package description list. The function returns Package description (a list).
make_pkg_desc_ls(
pkg_nm_1L_chr = get_dev_pkg_nm(),
pkg_title_1L_chr,
pkg_desc_1L_chr,
authors_prsn,
urls_chr
)
pkg_nm_1L_chr |
Package name (a character vector of length one), Default: get_dev_pkg_nm() |
pkg_title_1L_chr |
Package title (a character vector of length one) |
pkg_desc_1L_chr |
Package description (a character vector of length one) |
authors_prsn |
Authors (a person) |
urls_chr |
Urls (a character vector) |
Package description (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.