I have seen this, and I have added the package MatrixStats
.
But when I run the code
colMeans(adult_csv[5], na.rm = TRUE)
colMedians(adult_csv[5], na.rm = TRUE)
it passes the first line, but complains with colMedians
with:
R: could not find function colMedians