π― I donβt have a clue
π Iβve heard of it
π Iβve used it
β€οΈ I use it all the time
Choose an emoji from Reactions
/home/pao/Documents/thesis
βββ abstract.R
βββ thesis.Rmd
βββ thesis_reviwed.Rmd
βββ thesis_reviwed2.Rmd
βββ thesis_final.Rmd
βββ thesis_finalfinal.Rmd
βββ this_is_it.Rmd
βββ now_this_is_it_for_real_this_time_i_swear.Rmd
βββ FINAL.Rmd
research_project/
βββ .gitignore
β
βββ analysis
| βββ paper.qmd # this is the main document to edit
| βββ references.bib # this contains the reference list information
β βββ paper_figures # location of the figures produced by the paper
β βββ 01_plot.png
β
βββ data/
β βββ raw/ # data obtained from elsewhere
β βββ derived/ # data generated during the analysis
|
βββ LICENSE
βββ R
β βββ add_numbers.R # R functions
βββ README.md
Readme files. Use a README.md file to explain what your project is, and how to use it.
License. The license tells people how they can use the content of your repo. Examples are the MIT Licence or Apache. Some extra resources:
Contributing guide. A file called CONTRIBUTING.md and guidelines for contributors so they know what they should do if they want to help you out.
Code of Conduct. Good projects have code of conduct to make sure that people are treated well.
