Skip to content

Instantly share code, notes, and snippets.

@ViniciusBRodrigues
Last active November 8, 2019 18:57
Show Gist options
  • Select an option

  • Save ViniciusBRodrigues/b56fd0f5aad14765e536e78198705bf2 to your computer and use it in GitHub Desktop.

Select an option

Save ViniciusBRodrigues/b56fd0f5aad14765e536e78198705bf2 to your computer and use it in GitHub Desktop.
library(datasets)
data(airquality)
names(airquality)
[1] "Ozone" "Solar.R" "Wind" "Temp" "Month" "Day"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment