[R] Reading JSON files from R

2012-12-03 Thread m.dr
Hello All - I am trying to use RJSONIO to read in some JSON files. I was wondering if anyone could please comment on the level of complexity of the files it can be used to read, exports from or directly from NoSQL DBMS like MongoDB and such. Also, i understand that in reading the JSON file RJSON

Re: [R] Accessing List within a List in a for Loop

2012-11-28 Thread m.dr
Thanks Gerritt. That really helped. I needed the second subscript. And yes I will make my posts simpler next time. -- View this message in context: http://r.789695.n4.nabble.com/Accessing-List-within-a-List-in-a-for-Loop-tp4651086p4651170.html Sent from the R help mailing list archive at Nab

[R] Accessing List within a List in a for Loop

2012-11-28 Thread m.dr
My question is regards accessing complex lists. I am new to R, but experienced in Java, Python, SQL. I am working with an object: Dataprocess and in it slot: data that is a list. Also I am creating generic functions to perform on the slot: data which is the list. I am working with the Airline data