make_tableby_ls: Make tableby list

make_tableby_lsR Documentation

Make tableby list

Description

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).

Usage

make_tableby_ls(data_tb, key_var_nm_1L_chr, variable_nms_chr, test_1L_lgl = F)

Arguments

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

Value

Tableby (a list)


ready4-dev/youthvars documentation built on Nov. 15, 2024, 6:02 a.m.