Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed May 30, 2020
1 parent 44bcc73 commit 8943e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
output: github_document
editor_options:
chunk_output_type: console
---

[![R build status](https://github.com/SymbolixAU/jsonify/workflows/R-CMD-check/badge.svg)](https://github.com/SymbolixAU/jsonify/actions)
Expand All @@ -19,7 +21,7 @@ library(jsonify)

# jsonify

jsonify between R objects and JSON.
Converts between R objects and JSON.

```{r}
js <- '[{"x":1,"y":"a"},{"x":2,"y":"b"}]'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ downloads](http://cranlogs.r-pkg.org/badges/jsonify)](https://CRAN.R-project.org

# jsonify

jsonify between R objects and JSON.
Converts between R objects and JSON.

``` r
js <- '[{"x":1,"y":"a"},{"x":2,"y":"b"}]'
Expand Down

0 comments on commit 8943e44

Please sign in to comment.