knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tidygadget

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.

Installation

The development version from GitHub:

# install.packages("devtools")
devtools::install_github("jyuu/tidygadget")

Example

Launch the addin from RStudio or run:

library(tidygadget)
tidygadget::tidygadgetr()


jyuu/tidygadget documentation built on Nov. 4, 2019, 3:29 p.m.