Your final report should be an Rmarkdown file named project.Rmd
. You can also submit the rendered project.html
file if you wish.
For an individual project, these files should be in the Project
folder in your class repository.
Group projects should place these files in the group repository for your group at the top level of the repository.
You will submit your final report by pushing it to your GitLab repository or the group repository.
Be sure to properly cite any references and resources you use. Also be sure to use a proper title for your project that reflects what your project is about.
For your project you will probably need to access one or more data files. You can make these available in several different ways. The basic options are:
Include the data file in your Project folder in your repository, commit it, and push to the UI GitLab service.
Have the file available on a web site and have your code download it or read it from a URL.
If you want to use the web option:
You can set up a personal web page, and place the files there. One option is to use the personal web pages provided on the CLAS Linux systems.
You can email your data files to me; I will make them available on the class web site and send you a URL for accessing them.
You can also include code for downloading the data from public web sites.