R Projects are a feature of RStudio that can help you stay organized. They are pretty straightforward to set up, but are not required. You can learn more about R Projects here:
https://jhudatascience.org/intro_to_r/resources/R_Projects.html
R Projects are a feature of RStudio that can help you stay organized. They are pretty straightforward to set up, but are not required. You can learn more about R Projects here:
https://jhudatascience.org/intro_to_r/resources/R_Projects.html
jhur
packageYouth Tobacco Survey (YTS) dataset:
“The YTS was developed to provide states with comprehensive data on both middle school and high school students regarding tobacco use, exposure to environmental tobacco smoke, smoking cessation, school curriculum, minors’ ability to purchase or otherwise obtain tobacco products, knowledge and attitudes about tobacco, and familiarity with pro-tobacco and anti-tobacco media messages.”
>
File>
Import Dataset>
From Text (readr
)>
paste the url (http://jhudatascience.org/intro_to_r/data/Youth_Tobacco_Survey_YTS_Data.csv)>
click “Update” and “Import”You see a preview of the data on the top left pane.
You see a new object called Youth_Tobacco_Survey_YTS_Data
in your environment pane (top right). The table button opens the data for you to view.
R ran some code in the console (bottom left).