[R] Importing JSON Files

K. Elo m@||||@t@ @end|ng |rom pp@|net@||
Mon Nov 5 20:14:10 CET 2018


Hi!

Have you tried to use 'fromJSON' with the parameter 'simplifyDataFrame'
set to TRUE?

See: 
https://cran.r-project.org/web/packages/jsonlite/vignettes/json-aaquickstart.html
 -> Section "Data Frames" explains how this affects the data frame
structure. IMHO this should solve your problem...

Best,
Kimmo

2018-11-05 19:00 +0000, JEFFERY REICHMAN wrote:
> r-help Forum
> 
> Struggling with importing and creating a data.fram from a JSON
> file.  I used the jsonlite package (fromJSON function) and I can see
> the resulting table but one of the attributes is a list (of lists) So
> I have something that looks like .....
> 
> favorites (attribute)
> list(favoriteValue = c("12345", 23456"), resourceType = c("abc",
> "def"), classification = c("xxx","yyy"))
> 
> So when I attempt to create a data.frame R errors out.  I'm assuming
> it is because of the list(s).  Don't know what to do with it (the
> list).  I need the "favoriteValue (s)."
> 
> Ultimate I want to run the arules package
> 
> Jeff Reichman
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list