A project refers to a collection of files and folders for one task. It is useful to organize a project by types of files and that consistency helps you effectively find and use things later.
Seminar Goal
Organize a project in GitLab using RMarkdown
- Put each project in its own directory, which is named after the project.
- Create an overview of your project in the
READMEfile. - Put the project source code in the
srcdirectory. - Put the created functions in the
Rdirectory. - Put text documents associated with the project in the
docdirectory. - Put raw data and metadata in a
datadirectory and files generated during cleanup and analysis in aresultsdirectory. - Keep the project portable.
- Name all files to reflect their content or function.
- You may need to have
picandpresentationdirectories.
Some tips around using RMarkdown for data analysis and writing reports