Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gadenbuie/tidyjs-r

Tidy Data with JavaScript and tidy.js
https://github.com/gadenbuie/tidyjs-r

Last synced: about 1 month ago
JSON representation

Tidy Data with JavaScript and tidy.js

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
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](https://pbeshai.github.io/tidy)
or GitHub repo at [pbeshai/tidy](https://github.com/pbeshai/tidy).

## Installation

You can install the released version of tidyjs from GitHub:

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

## Usage

[use_tidyjs()]: https://github.com/gadenbuie/tidyjs-r/blob/main/R/tidyjs.R

```{r child="man/fragments/tidyjs-usage.Rmd"}
```

Check out `tidy.js` in action in the [interactive README](https://pkg.garrickadenbuie.com/tidyjs-r).