Is there a way to convert a JSONArray to a R data frame using Java?
We felt it would a better way to convert a JSONArray to a R data frame, rather than writing it to a file/db and then again retrieve it from R.
Any suggestions/recommendations of libraries would be awesome.