tidyverse – How can be attached starwars data to R studio?
I have downloaded running install.packages(“tidyverse”) to Rstudio. The final output parade show below link:
The downloaded source packages are in
‘C:\Users\Administrator\AppData\Local\Temp\Rtmp67y8VU\downloaded_pakages
Though when I checked by writing library(tidyverse) in console below message come:
Error in library(tidyverse) : there is no package called ‘tidyverse’
how can i fix this problem in Rstudio?
I have type view(starwars) data but come below message:
Error in View : object ‘starwars’ not found
Read more here: Source link