What's wrong with the code in RStudio below?
There might be two problems in the above given code.
1)
library(dplyr)
library may not be called in the above given chunk
2)
or may be the variables in the dataframe breakenter_dot may not contain the varibales premisetype and reportedyear
or may be variables names are not the same.
What's wrong with the code in RStudio below? "'{r, echo=FALSE} Premises1 <- breakenter_dat %>% select(premisetype, reportedyear)%>%...