Cannot install R studio Package - nycflights13

Hello, I am having issues installing package nycflights13.

library(nycflights13)
Error in library(nycflights13):
there is no package called ‘nycflights13’

When I try the command
?nycflights13
I get the below in Help window

Could you please advice?
Thanks a lot

Do you get any error message when you try to install the package? Please post the complete output of running this command.

install.packages("nycflights13")

Omg, I thought it was installed in my library. Thank you Adresrcs.
Next time, I will make sure to double check.

This topic was automatically closed 21 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.