-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
43 lines (30 loc) · 974 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tidyjs
<!-- badges: start -->
<!-- badges: end -->
**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).