Other packages > Find by keyword >

rjson  

JSON for R
View on CRAN: Click here


Download and install rjson package within the R console
Install from CRAN:
install.packages("rjson")

Install from Github:
library("remotes")
install_github("cran/rjson")

Install by package version:
library("remotes")
install_version("rjson", "0.2.23")



Attach the package and use:
library("rjson")
Maintained by
Alex Couture-Beil
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2007-07-30
Latest Update: 2022-01-09
Description:
Converts R object into JSON objects and vice-versa.
How to cite:
Alex Couture-Beil (2007). rjson: JSON for R. R package version 0.2.23, https://cran.r-project.org/web/packages/rjson. Accessed 17 Jan. 2025.
Previous versions and publish date:
0.1.0 (2007-07-30 10:38), 0.1.1 (2007-08-01 12:49), 0.1.2 (2008-08-08 21:49), 0.1.3 (2008-09-28 21:30), 0.1.4 (2009-01-02 15:14), 0.1.5 (2009-04-26 17:28), 0.1.6 (2009-08-24 07:42), 0.1.7 (2009-08-28 22:18), 0.1.8 (2009-11-01 18:34), 0.1.9 (2010-07-04 08:55), 0.2.0 (2010-07-31 06:57), 0.2.1 (2010-08-10 17:49), 0.2.2 (2010-11-30 09:05), 0.2.3 (2010-12-17 08:36), 0.2.4 (2011-06-26 07:25), 0.2.5 (2011-06-27 09:36), 0.2.6 (2011-10-18 08:00), 0.2.7 (2012-03-14 07:18), 0.2.8 (2012-03-19 07:52), 0.2.9 (2012-07-23 08:35), 0.2.10 (2012-10-01 17:36), 0.2.11 (2012-11-30 08:10), 0.2.12 (2013-01-15 07:29), 0.2.13 (2013-08-27 08:05), 0.2.14 (2014-06-10 11:12), 0.2.15 (2014-11-03 00:35), 0.2.18 (2018-05-05 18:47), 0.2.19 (2018-05-18 21:25), 0.2.20 (2018-06-08 19:23), 0.2.21 (2022-01-09 04:32), 0.2.22 (2024-08-20 02:00)
Other packages that cited rjson R package
View rjson citation profile
Other R packages that rjson depends, imports, suggests or enhances
Complete documentation for rjson
Functions, R codes and Examples using the rjson R package
Some associated functions: fromJSON . newJSONParser . rjson . toJSON . 
Some associated R codes: json.R . zzz.R .  Full rjson package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

rjson  
JSON for R
Converts R object into JSON objects and vice-versa. ...
Download / Learn more Package Citations See dependency  
sanitizers  
C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers
Recent gcc and clang compiler versions provide functionality to test for memory violations and othe ...
Download / Learn more Package Citations See dependency  
files  
Effective File Navigation from the R Console
Functions for printing the contents of a folder as columns in a ragged-bottom data.frame and for vi ...
Download / Learn more Package Citations See dependency  
torchvision  
Models, Datasets and Transformations for Images
Provides access to datasets, models and preprocessing facilities for deep learning with images. Inte ...
Download / Learn more Package Citations See dependency  
bayesmove  
Non-Parametric Bayesian Analyses of Animal Movement
Methods for assessing animal movement from telemetry and biologging data using non-parametric Bayes ...
Download / Learn more Package Citations See dependency  
phaseR  
Phase Plane Analysis of One- And Two-Dimensional Autonomous ODE Systems
Performs a qualitative analysis of one- and two-dimensional autonomous ordinary differential equati ...
Download / Learn more Package Citations See dependency  

23,486

R Packages

202,900

Dependencies

63,712

Author Associations

23,487

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA