parse.json
This is a package to read json objects into R list or write a R list into json object. This package is written using only R.
This package uses the following additional packages/functions: data.table; utils function download.file().
There are multiple ways to set up the package:
Obtaining the source code:
git clone https://github.com/moledoc/parse.json.git
Obtaining the source package:
Building from source code:
R CMD INSTALL --no-multiarch --with-keep.source parse.json
Building from source package:
install.packages("path/to/tar.gz",repos=NULL,type="source")
This package is available under MIT license.
Written by Meelis Utt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.