All Projects → dreamRs → flexpivot

dreamRs / flexpivot

Licence: other
Simple frequency table

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to flexpivot

Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+473.68%)
Mutual labels:  shiny, rmarkdown
customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (+0%)
Mutual labels:  shiny, rmarkdown
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (+531.58%)
Mutual labels:  shiny, rmarkdown
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (+263.16%)
Mutual labels:  shiny, rmarkdown
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (+173.68%)
Mutual labels:  shiny, rmarkdown
Shufflecards
✨ Create magical grid layouts in Shiny & Markdown
Stars: ✭ 76 (+300%)
Mutual labels:  shiny, rmarkdown
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-15.79%)
Mutual labels:  shiny, rmarkdown
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+936.84%)
Mutual labels:  shiny, rmarkdown
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (+194.74%)
Mutual labels:  shiny, rmarkdown
flipdownr
📆📆📆 Implement a Countdown in RMarkdown Documents and Shiny Applications
Stars: ✭ 30 (+57.89%)
Mutual labels:  shiny, rmarkdown
Reactable
Interactive data tables for R
Stars: ✭ 345 (+1715.79%)
Mutual labels:  shiny, table
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+63.16%)
Mutual labels:  shiny, rmarkdown
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-36.84%)
Mutual labels:  shiny, rmarkdown
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (+347.37%)
Mutual labels:  shiny, rmarkdown
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (+642.11%)
Mutual labels:  shiny, rmarkdown
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-15.79%)
Mutual labels:  shiny, rmarkdown
learning R
List of resources for learning R
Stars: ✭ 32 (+68.42%)
Mutual labels:  shiny, rmarkdown
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+552.63%)
Mutual labels:  table
use-table-tools
React Hooks for building kickass react table components
Stars: ✭ 18 (-5.26%)
Mutual labels:  table
dog days
Using AWS RDS and S3 to store data about my dogs' vaccination and medical records. Creating an R shiny app to keep track of and share records with vets. 🐶 🐶
Stars: ✭ 44 (+131.58%)
Mutual labels:  shiny

flexpivot

{flextable} extension to create ready-to-use frequency tables in shiny and rmarkdown, and easily exportable to Word, PowerPoint and Excel.

Lifecycle: experimental R build status Codecov test coverage

Installation

You can install the development version of {flexpivot} from GitHub with:

remotes::install_github("dreamRs/flexpivot")

Example

library(flexpivot)
library(magrittr)

nobel_laureates %>%
  subset(category %in% c("Chemistry", "Physics")) %>% 
  pivot_table("category", "gender") %>%
  pivot_format()

More examples available in the vignette : https://dreamrs.github.io/flexpivot/articles/flexpivot.html

Related packages

  • crosstable & crosstableAssistant makes it easy to calculate descriptive statistics and export them into Office and has a nice Shiny app to create tables interactively.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].