Issue with BigQuery

Roel M. Hogervorst

2017/11/17

Categories: r Tags: solution bigquery readrds error

I had a problem with bigrquery that I couldn’t figure out.

* my laptop crashed (happens sometimes)
* this corrupted (I think) the .httr-oauth file in my folder
* the error I received was extremely not helpful:
Error in readRDS(cache_path) :
  ReadItem: unknown type 97, perhaps written by later version of R

Solution: delete the .httr-oath token

What I instead did:

I could not find a simple answer online so I’m recording this for the future.