Description
Generate Summary Tables for Categorical, Ordinal, and Continuous Data.
Description
Provides functions for tabulating and summarizing categorical, multiple response, ordinal, and continuous variables in R data frames. Makes it easy to create clear, structured summary tables, so you spend less time wrangling data and more time interpreting it.
README.md
summarytabl 
summarytabl is a lightweight package that simplifies tabulating and summarizing categorical, multiple response, ordinal, and continuous variables.
Installation
Install the summarytabl package from CRAN using the following command:
install.packages("summarytabl")
For the latest updates, install the development version of the package from GitHub:
remotes::install_github("anyamemensah/summarytabl", build_vignettes = TRUE)
Learn more
Learn more about the package by browsing the online documentation or reviewing the introductory vignette:
vignette("summarytabl-intro", "summarytabl")
Contribute to the Package
If you notice a bug or would like to make a suggestion about how to improve the package, please submit an issue or join the discussion on a pull request.