Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalmedal committed Apr 25, 2016
1 parent 234841b commit cdb7f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read and write data sets in the [JSON-stat](http://json-stat.org/) format.

### Installation:

[From CRAN](http://cran.r-project.org/package=rjstat) (most people use this):
[From CRAN](https://cran.r-project.org/package=rjstat) (most people use this):

```s
install.packages('rjstat')
Expand Down Expand Up @@ -50,7 +50,7 @@ irises <- melt(cbind(iris, Specimen=rep(1:50, 3)),
irisJSONstat <- toJSONstat(list(iris=irises))
cat(substr(irisJSONstat, 1, 76))
## {"iris":{"dimension":{"Species":{"category":{"index":["setosa","versicolor",
## {"version":"2.0","class":"collection","link":{"item":[{"class":"dataset","id
# You can successfully convert back and forth, but only for the features that
# make sense in both R and JSON-stat.
Expand Down

0 comments on commit cdb7f8d

Please sign in to comment.