Today we will begin by finishing a few things we did not get to last Wednesday.
- Setting up an R Project that can be used to create an R Package. It is helpful, for understanding how R packages are used, to know how R Packages are created.
- Reviewing the lyft BayWheels "data wrangling" Challenge. Note the use of the bulkread R package and that issue with the data types. Integer vs Double, Character vs Factor, Logical vs Factor. The data wrangling is still not done!
- Merging data. In the nycflights13 data there are multiple tables. How to merge them together? Also, note that now we have an issue with the values of a variable being different.