Importing data from a JSON file into R

Posted by user313967 on Stack Overflow See other posts from Stack Overflow or by user313967
Published on 2010-04-11T15:54:39Z Indexed on 2010/04/11 19:23 UTC
Read the original article Hit count: 183

Filed under:
|

Is there a way to import data from a JSON file into R? More specifically, the file is an array of JSON objects with string fields, objects, and arrays. The RJSON Package isn't very clear on how to deal with this http://cran.r-project.org/web/packages/rjson/rjson.pdf.

© Stack Overflow or respective owner

Related posts about r

    Related posts about JSON