tabyl_ow: simple tables and tabsum ####

View source: R/tabylme.R

tabyl_owR Documentation

simple tables and tabsum ####

Description

tabyl_ow makes a one-way 'tabyl' style table, arranged in descending order of frequency, not showing missing levels, and making it actually percents tabyl_ow_plus does the same as tabyl_ow, but also kables and styles it tabylme is a function that makes a two-way 'tabyl' style table, adding row percentages, and kabling and styling it

Usage

tabyl_ow(df, var)

Arguments

var

is the column to tabulate

caption

can contain text

Details

You need the janitor package, dplyr, and kableExtra

Examples

 tabyl_ow_plus(iris, Species, caption = "iris species or something")

rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.