make_pkg_ds_ls | R Documentation |
make_pkg_ds_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make package dataset list. The function returns Package dataset (a list).
make_pkg_ds_ls(
db_df,
db_1L_chr,
title_1L_chr,
desc_1L_chr,
abbreviations_lup = NULL,
format_1L_chr = "A tibble",
object_type_lup = NULL,
simple_lup_1L_lgl = F,
url_1L_chr = NA_character_,
vars_ls = NULL
)
db_df |
Database (a data.frame) |
db_1L_chr |
Database (a character vector of length one) |
title_1L_chr |
Title (a character vector of length one) |
desc_1L_chr |
Description (a character vector of length one) |
abbreviations_lup |
Abbreviations (a lookup table), Default: NULL |
format_1L_chr |
Format (a character vector of length one), Default: 'A tibble' |
object_type_lup |
Object type (a lookup table), Default: NULL |
simple_lup_1L_lgl |
Simple lookup table (a logical vector of length one), Default: F |
url_1L_chr |
Url (a character vector of length one), Default: 'NA' |
vars_ls |
Variables (a list), Default: NULL |
Package dataset (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.