airquality_df {usdatasets} | R Documentation |
The dataset name has been changed to 'airquality_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and assists users in identifying its specific characteristics. The suffix 'df' identifies the dataset as a data frame, helping to differentiate it from other datasets within the package. The original content of the dataset has not been modified in any way.
data(airquality_df)
A data frame with 153 observations and 6 variables:
Ozone concentration (parts per billion) from 1 to 331.
Solar radiation (watts per square meter).
Wind speed (miles per hour).
Temperature (degrees Fahrenheit).
Month of the observation (integer from 5 to 9).
Day of the observation (integer from 1 to 31).
United States Environmental Protection Agency (EPA).