Skip to contents

make_table1

Usage

make_table1(DF, group = "no_choice", variables = NULL, render.missing = FALSE)

Arguments

DF

data.frame

group

character string of no_choice or a factor column name

variables

character vector of variables to include. NULL is all.

render.missing

logical for rendering missing data or not