make_dss_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make datasets tibble. The function returns Datasets (a tibble).
make_dss_tb(
dvs_tb,
filter_cdns_ls = list(),
toy_data_dv_1L_chr = "fakes",
what_1L_chr = "all"
)
Datasets (a tibble)
Dataverses (a tibble)
Filter conditions (a list), Default: list()
Toy data dataverse (a character vector of length one), Default: 'fakes'
What (a character vector of length one), Default: 'all'