I've tried the following in RStudio:
install.packages("gapminder')
library (gapminder)
and I am getting no response for the library portion! Please help me, I need to turn in an assignment!
I've tried the following in RStudio:
install.packages("gapminder')
library (gapminder)
and I am getting no response for the library portion! Please help me, I need to turn in an assignment!
It seems to be working then, if you don't get any error message. Try this:
library(gapminder)
head(gapminder)
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.