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

tidyjs

Tidy up your data with JavaScript for R users. Bring tidy.js to your R Markdown HTML documents or Shiny apps.

Be sure to check out the tidy.js homepage or GitHub repo at pbeshai/tidy.

Installation

You can install the released version of tidyjs from GitHub:

# install.packages("remotes")
remotes::install_github("gadenbuie/tidyjs-r")

Usage


Check out tidy.js in action in the interactive README.



gadenbuie/tidyjs-r documentation built on April 13, 2025, 2:58 a.m.