Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadenbuie/tidyjs-r
Tidy Data with JavaScript and tidy.js
https://github.com/gadenbuie/tidyjs-r
Last synced: about 2 months ago
JSON representation
Tidy Data with JavaScript and tidy.js
- Host: GitHub
- URL: https://github.com/gadenbuie/tidyjs-r
- Owner: gadenbuie
- License: other
- Created: 2021-02-05T03:42:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:17:02.000Z (6 months ago)
- Last Synced: 2024-10-14T22:28:42.946Z (about 2 months ago)
- Language: R
- Homepage: https://pkg.garrickadenbuie.com/tidyjs-r
- Size: 232 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gadenbuie/tidyjs-r - Tidy Data with JavaScript and tidy.js (R)
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).