State your research question, a description of the variables you’ll use, and your data sources (please include website links if possible).
clean_names() function from the janitor package then select() only the variables you are going to use.Example:
| title | year | clean_test | domgross |
|---|---|---|---|
| 21 & Over | 2013 | notalk | 25682380 |
| Dredd 3D | 2012 | ok | 13414714 |
| 12 Years a Slave | 2013 | notalk | 53107035 |
| 2 Guns | 2013 | notalk | 75612460 |
| 42 | 2013 | men | 95020213 |
| 47 Ronin | 2013 | men | 38362475 |
Create “exploratory data analysis” visualizations of your data. At this point these are preliminary and can change for the submission, but the only requirement is that your visualizations use each of the measurement variables included in your dataset to test out if they work.
## Warning: Removed 17 rows containing non-finite values (stat_bin).
## Warning: Removed 17 rows containing non-finite values (stat_boxplot).