This repository simulates a version control flow for Exercise 1 of the Formative Assessment for MY472.
This project is part of the Practice Project Initiative which aims to teach students to format Data according to the three principles set out by Hadley Wickham (2014).
References: Wickham, H. . (2014). Tidy Data. Journal of Statistical Software, 59(10), 1–23. https://doi.org/10.18637/jss.v059.i10
Name: Anonymous Student
Email address: [email protected]
Phone: + 44 1234 567890
Time Zone: GMT
The data used in this repository stem from the built-in R Iris dataset.
• remove_nas: This function removes any rows that have missing values values in them.
• sepal_area: This computes the sepal area by multiplying the sepal width by the length of each sepal.