
Sky M. answered 10/11/22
Undergraduate Researcher at the Machine Learning and Sensing Lab
Hello, so personally I use R Markdown as it can come with both code and text. I use LaTeX within R Markdown as well. R Markdown in general looks cleaner I think, and the formatting is nicer. I recommend you look up how to convert R Markdown to PDF (using tinytex or something similar), and start using built-in LaTeX (using two dollar signs for instance).
For the Git tab, you can save your packages (I think), R Markdown files and other files to an online Github repository. There, you can access your files from anywhere, and update them online.