This GitHub repository contains the R code for the "TechConference 2021: Intro to Data Science with R" impulse session.
We will explore this Kaggle dataset of worldwide UFO sightings!
[The] dataset contains over 80,000 reports of UFO sightings over the last century.
We will add another Kaggle dataset of US international air traffic to our data exploration.
-
If you're interested in exploring the data, please find the two datasets in the
01_data
folder. -
If you get stuck exploring the data yourself or need some inspiration for tackling the data, feel free to look at the solution R script in the
02_scripts
folder.
There are two ways to start analyzing the data:
-
Click on the green
Code
button above, download the ZIP file and extract it on your computer. Then, download R and RStudio IDE. Lastly, open theintro_to_data_science_with_r_2021_10_08.Rproj
file via RStudio IDE. -
Click on the green
Code
button above, and copy the linkhttps://github.com/karlolukic/intro_to_data_science_with_r_2021_10_08.git
. Go to RStudio Cloud and create a free account. Click onNew Project
andNew Project from Git Repository
. Then, paste the previous link to deploy the project on RStudio Cloud.
-
Check out this very cool video by Yihui Xie on what you can do with R Markdown!
-
Check out this series of free videos from RStudio on how to code in R.