knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
RStudio addin to aid with visualizing the result of pivot_longer()
and pivot_wider()
from tidyr
.
Much of the interface builds off the code from esquisse
.
The development version from GitHub:
# install.packages("devtools") devtools::install_github("jyuu/tidygadget")
Launch the addin from RStudio or run:
library(tidygadget) tidygadget::tidygadgetr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.