The first draft of your project will be assessed by your peers in GitHub. The objectives of the peer evaluation are:
You should use the project website template (or similar) to generate a html version of your project report. If your project requires any data not available in public repositories, you should put it in a folder called /data in your project’s home directory and then import it into R with read.csv('data/filname.csv') or similar so that anyone with a copy of the repository can re-create the HTML output.
data/ folder. This could use a direct download (e.g. download.file()) or an API (e.g. anything from ROpenSci).After pushing the files to GitHub, try downloading it as a zip file, opening in RStudio, and clicking build website - it should work.
read.csv("~/projects/inputdata.csv") that read any data from your computer other than the data/ folder in your repository.