Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
Commendable effort in introducing quarto. Looking forward to your future presentations on this topic. For instructional purposes, I learned from Professor Mine Cetinkaya-Rundel the following options for html documents must likely you are already aware of. These options reduce the size of the html document (self-contained: true, embed-resourses: true). They also create a table of contents with numbered sections (toc:true, number-sections: true), and they provide a bottom the user can press to display the code used. The latter option only works if you opt for echo:true in each code chunk. format:
There are a bunch of slides templates out there for Quarto that are worth checking out. I would love to ditch powerpoint for quarto slides but I am not there yet (I have ditched word (for LaTeX) and excel (for R) unless someone sends me those to read (then I open them with the mac native programs).
Get my FREE cheat sheets for R programming and statistics (including transcripts of these lessons) here: www.learnmore365.com/pages/membership-r-programming-data-visualization-and-research-methods
What a pleasure to have two R experts in the same video. Thanks for sharing.
Commendable effort in introducing quarto. Looking forward to your future presentations on this topic.
For instructional purposes, I learned from Professor Mine Cetinkaya-Rundel the following options for html documents must likely you are already aware of. These options
reduce the size of the html document (self-contained: true, embed-resourses: true). They also create a table of contents with numbered sections (toc:true, number-sections: true), and they provide a bottom the user can press to display the code used. The latter option only works if you opt for echo:true in each code chunk.
format:
html:
self-contained: true
embed-resources: true
toc: true
number-sections: true
code-fold: true
theme: Zephyr
Tnks for the excellent content!!!!
Thanks. But you don't have to change screen to show the slides. You can show the presentation in the lower right pane, the tap beside the Viewer.
There are a bunch of slides templates out there for Quarto that are worth checking out. I would love to ditch powerpoint for quarto slides but I am not there yet (I have ditched word (for LaTeX) and excel (for R) unless someone sends me those to read (then I open them with the mac native programs).
super good
infact, you are the best R tutor. Please, do you have any video too on python or any recommended video'...
Sorry - only R for now :) thanks for the feedback
good
Quarto reminds me of LaTeX but with code.