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.
Usage
data(airquality_df)
Format
A data frame with 153 observations and 6 variables:
- Ozone
Ozone concentration (parts per billion) from 1 to 331.
- Solar.R
Solar radiation (watts per square meter).
- Wind
Wind speed (miles per hour).
- Temp
Temperature (degrees Fahrenheit).
- Month
Month of the observation (integer from 5 to 9).
- Day
Day of the observation (integer from 1 to 31).