Here are the package requirements for your final project:
- Format code according to the Google R style guide
- Include at least 4 functions
- At least 1 function must produce a plot
- All functions should be documented using
roxygen2
1. The documentation included should be sufficient for someone to understand and use your package. Bonus: if you have time you can also include a vignette using markdown. - Include at least 1 dataset
- The dataset should have its own documentation
- The dataset should be accesible by the
data
function after loading your package