Description
Interface to 'JSON-stat'.
Description
Interface to 'JSON-stat' <https://json-stat.org/>, a simple lightweight 'JSON' format for data dissemination.
README.md
jsonstat
jsonstat: a simple lightweight JSON dissemination format best suited for data visualization
An R-package for JSON-stat.
Highlights
- Easy-to-use functions for compress data
Installation
You can install this package from github with
devtools::install_github("zedoul/jsonstat")
To install the CRAN version:
install.packages("jsonstat")
To load package:
library(jsonstat)