bheavner / minidtools

A R package for working with BDDS minids
Other
1 stars 0 forks source link

to read... #12

Closed bheavner closed 6 years ago

bheavner commented 6 years ago

https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html for http stuff https://cran.r-project.org/web/packages/jsonlite/vignettes/json-aaquickstart.html for json

bheavner commented 6 years ago

Keep in mind that I did a JSON request before in https://github.com/bheavner/minidtools/blob/fa5f63c02efa6dbc0e6726338b5675714d170148/R/minid.R - not sure if that's the way I want to do it now, though.

bheavner commented 6 years ago

API client best practices doc: https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html

bheavner commented 6 years ago

openAPI client: https://github.com/bergant/rapiclient

bheavner commented 6 years ago

JSON to S4: https://stackoverflow.com/questions/35724644/write-read-recursive-structure-s4-objects