df_format_df: format a data frame by imposing non-continuous variables as...

Description Usage Arguments Details Value

View source: R/formatting_p.R

Description

continuous variables are guessed by the is_continuous function

Usage

1
df_format_df(dat, minCat = 10)

Arguments

dat

a data frame

dat

a data frame

Details

End product: all character/logical variables are forced to be factor; some integers or numeric would be forced to factor when they do not satisfy minimum categories

Value

a formated data frame


nickytong/GenAnalysis documentation built on July 20, 2019, 8:57 a.m.