roomba icon indicating copy to clipboard operation
roomba copied to clipboard

General purpose API response tidier

Results 14 roomba issues
Sort by recently updated
recently updated
newest added

Hi, thanks for a great package. I get the following error when installing roomba. @bretsw got the same error when doing this, too. ``` > devtools::install_github("ropenscilabs/roomba") Using github PAT from...

This is intended to address #76 - it looks like this line in `.Rbuildignore` was causing the issue: `^\images$` I _think_ but am not sure that removing this is okay,...

This package is very exciting, great work! Our `dataspice` team was thrilled to see how nicely it already handles common requests on a `dataspice.json` file, e.g.: ```r library(roomba) json %...

I started working on #66 but haven't been able to come up with a good solution yet. Not much in this pull request, but figured I'd submit it anyway.

This package is very exciting, great work! Our `dataspice` team was thrilled to see how nicely it already handles common requests on a `dataspice.json` file, e.g.: ```r library(roomba) json %...

Maybe this requires another argument like `keep_all_rows`. In the example below, I think we should allow the user some way to end up with 4 rows instead of 3. The...

Right now the shiny app is hardwired to work with specific values returned from the twitter data. Should eventually be smart about figuring out what's a date item.

feature