bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
18 stars 12 forks source link

Function to query report results as data.frame #12

Closed akbertram closed 3 years ago

mjkallen commented 3 years ago

To be clear: you want to add a (new) function which can query the /resources/reports/{id}/rows API endpoint and return this result as a data.frame?

akbertram commented 3 years ago

that's it!

akbertram commented 3 years ago

/cc @Ryo-N7

mjkallen commented 3 years ago

Please see PR #13.