I am writing my thesis in TeXStudio. One chapter features plots / analysis etc. that I am writing in a markdown in RStudio.
Is there a way to kinda "link" the documents so the output from R is displayed in my TeXStudio document and updated automatically in case I change my code in R?
best wishes (:
lstinputlistingshould work for R too. You should only find some method to apply the desire style you want. For example, there ismcodefor Matlab syntax and the link I sent there is a style for python. – FHZ Feb 22 '20 at 15:57\` Or alternatively: (1) convert thesis.tex to thesis.Rmd and then just (2) insert your chapter Rmd in thesis.Rmd. In both cases (3) using only Rstudio to compile the whole thesis. – Fran Feb 23 '20 at 05:17