[R] Importing JSON Files
Jeff Reichman
reichm@nj @ending from @bcglob@l@net
Tue Nov 6 22:57:31 CET 2018
Kimmo
Didn't perform exactly how I wanted but got me looking in the right area.
Thank you
Jeff
-----Original Message-----
From: R-help <r-help-bounces using r-project.org> On Behalf Of K. Elo
Sent: Monday, November 5, 2018 1:14 PM
To: r-help using r-project.org
Subject: Re: [R] Importing JSON Files
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.
______________________________________________
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