knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
reasyshape
is a Shiny app that makes reshaping your data effortless, either from wide format to long or vice-versa.
You can install the development version of reasyshape
from GitHub with:
# install.packages("remotes") remotes::install_github("ellessenne/reasyshape")
Then, launch the app by typing in your R console:
library(reasyshape) reasyshape()
Alternatively, a live demo is hosted online at ellessenne.shinyapps.io/reasyshape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.