Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 916 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 916 Bytes

MY472_Formative_Ex1

This repository simulates a version control flow for Exercise 1 of the Formative Assessment for MY472.

Brief description

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

Primary Contact Information

Name: Anonymous Student
Email address: [email protected]
Phone: + 44 1234 567890
Time Zone: GMT

Data

The data used in this repository stem from the built-in R Iris dataset.

Codebook of functions in this repository

• 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.