Learn R Programming

webr (version 0.1.5)

freqSummary: Make table summarizing frequency

Description

Make table summarizing frequency

Usage

freqSummary(x, digits = 1, lang = "en")

Arguments

x

A vector

digits

integer indicating the number of decimal places

lang

Language. choices are one of c("en","kor")

Examples

Run this code
# NOT RUN {
require(moonBook)
freqSummary(acs$Dx)
#freqSummary(acs$smoking,lang="kor")
# }

Run the code above in your browser using DataLab