AirPassengersDf | R Documentation |
This dataset contains the number of monthly air passengers from 1949 to 1960. It is taken from the R datasets package and formatted into long data frame format.
data("AirPassengersDf")
A data frame with 142 rows and 2 columns (Month and Passengers).
data("AirPassengersDf")
head(AirPassengersDf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.