I am trying to load a .rds file into RStudio
.rds
RStudio
library(base) # Load in data ExistingWines<- readRDS("ExistingWines.rds")