I am trying to load Boston into the environment from package MASS. For some reason, it keeps telling me there's no such data. I have tried:
library(MASS)
data(Boston)
library(MASS)
boston <- Boston
dim(boston)
The result is NULL
I downloaded the newest version of R-studio.
Could anyone help me with this problem? Thank you.