json

Facebook Graph API Explorer with R

November 10, 2011 | Tony Breyal

I wanted to play around with the Facebook Graph API  using the Graph API Explorer page as a coding exercise. This facility allows one to use the API with a temporary authorisation token. Now, I don’t know how to make an R package for the proper API where you ... [Read more...]

World Government Data Store API (R and Ruby)

July 10, 2010 | C

The UK Guardian Data Blog has great visualizations on the topics of the day - along with with specific references to data sets and online resources in use.  You can find out more about the origins and plans of this and related data sites in t...
[Read more...]

R has a JSON package

November 5, 2009 | nsaunders

Named rjson, appropriately. It’s quite basic just now, but contains methods for interconversion between R objects and JSON. Something like this: __ library(rjson) __ data json json [1] "{\"a\":1,\"b\":2,\"c\":3}" __ cat(json, file="data.json") Use cases? I wonder if RApache could be used to build an API that serves ... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)