make_tableby_ls | R Documentation |
make_tableby_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make tableby list. The function returns Tableby (a list).
make_tableby_ls(data_tb, key_var_nm_1L_chr, variable_nms_chr, test_1L_lgl = F)
data_tb |
Data (a tibble) |
key_var_nm_1L_chr |
Key variable name (a character vector of length one) |
variable_nms_chr |
Variable names (a character vector) |
test_1L_lgl |
Test (a logical vector of length one), Default: F |
Tableby (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.