powered by
Make flextable summarizing frequency
freqTable( x, digits = 1, lang = getOption("freqTable.lang", "en"), vanilla = FALSE, ... )
A vector
integer indicating the number of decimal places
Language. choices are one of c("en","kor")
Logical. Whether make vanilla table or not
Further arguments to paseed to the df2flextable function
An object of clss flextable
# NOT RUN { require(moonBook) freqTable(acs$Dx) #freqTable(acs$smoking,lang="kor",vanilla=TRUE,fontsize=12) # }
Run the code above in your browser using DataLab