I found this video because I'm indecisive whether I should stick with Markdown or LaTeX. I guess with R Markdown I don't have to choose 👍 I wonder if R Markdown must be compiled always or if it can be interpreted also.
@BryanJenks4 жыл бұрын
It runs through pandoc so it gets compiled! You can use bib files and raw latex in Rmarkdown, granted it sure that not everything is possible but that wasn’t the goal of Rmd the goal was coverage over most use cases so in that respect you should be covered :)
@H12-q7x4 жыл бұрын
@@BryanJenks to say I'm interested is an understatement. I've seen lots of videos about R Markdown now and have heard lots of positive things. I'll definitely give it a try soon. Thanks for the video!
@sleeds404 жыл бұрын
Nice vid! I think your first document didn't knit because you left the original '>' in place at the end of your hyperlink when you changed it in the beginning.
@BryanJenks4 жыл бұрын
OMG i see it now. its the simplest damn things.... 🤣
@sleeds404 жыл бұрын
Yeah....too often. I'm learning R Markdown and stumbled across your vid after watching a few on the DiagrammR package. Glad I watched it, very informative - especially for those starting out. And anyway, re other comments, debugging is half the job - at least sometimes, but the joy of finding the solution supersedes the pain the original error! And thanks for your reply - it helps keep it real. Also, glad I could help out.
@BryanJenks4 жыл бұрын
My videos have improved much more since this older one. I have a recent one on Rstudio you may find helpful :)
@sleeds404 жыл бұрын
I'll check it out - thanks!
@yash11522 жыл бұрын
5:26 hmm, didnt know that newline escape sequence works in markdown. i only knew about single backslash.
@BryanJenks2 жыл бұрын
RMarkdown is pretty darn flexible
@yash11522 жыл бұрын
@@BryanJenks oh, i thought it was plain markdown.
@almeli0268 ай бұрын
00:36 😆I felt that. Thank you SO MUCH for making this. I've been struggling with exporting from Markdown to PDF using LaTeX for a while now and your frustration is relatable. R Studio feels great to use so far.
@BryanJenks8 ай бұрын
Glad it was helpful!
@AmitChristian4 жыл бұрын
You did not really told, why R Markdown is better than MD and LaTeX.
@BryanJenks4 жыл бұрын
simplicity when you want a lot of the perks and less headache, when you need something sharp, and a kitchen knife will do, and fine detail of a scalpel is not needed
@annawilson38244 жыл бұрын
dude, half of the video is debugging, which makes me think Rmarkdown is not worth it ...
@BryanJenks4 жыл бұрын
half of the video is debugging because i dont edit my videos lol, RMarkdown is great for an easier syntax for like 80% of use cases, but ultimately for the best looking docs you cant really beat LaTeX which i also have a series started on now, sorry if my debugging was off putting 😅
@BryanJenks4 жыл бұрын
also, the best way to use R code just straight into LaTeX would be sweave as that's using LaTeX not Markdown but i havent done a lot with sweave thus far. and as far as LaTeX directly in RMarkdown, what i dont show here is that the LaTeX preamble that does all of the meta typesetting has to be referenced externally, and that in the body of the RMarkdown document is basically treated as if being between the LaTeX tags \begin{document} and \end{documnt}
@annawilson38244 жыл бұрын
@@BryanJenks I see. Do you plan to cover pandoc and how to use preamble.tex? I tried it with acs template, but was not intuitive, did not make it work.
@BryanJenks4 жыл бұрын
@@annawilson3824 perfect idea for a video, i'll add it to my queue, how to use RMarkdown while including elements of LaTeX typesetting in the preamble :) it will be a couple days but be on the lookout for it