Error in exists(cacheKey, where = .rs.WorkingDataEnv, inherits = FALSE) :
invalid first argument
Error in assign(cacheKey, frame, .rs.CachedDataEnv) :
attempt to use zero-length variable name
Hi @theokirkland
This error is being caused by a bug in the latest release of RStudio. It is being fixed as a matter of urgency. See details here: https://github.com/rstudio/rstudio/issues/13188
It occurs in several different situations (not just when using read.csv()).
There is a suggested temporary workaround in the thread.