Closed bshor closed 4 years ago
I figured out the cause: the error indicates the input is a tibble (automatically produced by dplyr) rather than a base R data frame. The user solution is just to transform the tibble to a data frame, then everything works.
Thanks Boris!
Hi everyone,
I'm getting an error with getIPinfo() using IPHub. Here's what it looks like:
My API key totally worked in the Shiny app with several hundred observations. Now I'm in the several thousand so I wanted to use the R package.
Any ideas?