Quarto - tips and tricks

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 11

  • @RProgramming101
    @RProgramming101  3 місяці тому +1

    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

  • @VictorHugo-bd3bf
    @VictorHugo-bd3bf Рік тому +6

    What a pleasure to have two R experts in the same video. Thanks for sharing.

  • @AlbertoFCabreraCasillas
    @AlbertoFCabreraCasillas Рік тому +5

    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

  • @allanribeiro7268
    @allanribeiro7268 Рік тому

    Tnks for the excellent content!!!!

  • @CanDoSo_org
    @CanDoSo_org Рік тому +1

    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.

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Рік тому

    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).

  • @mugomuiruri2313
    @mugomuiruri2313 Рік тому

    super good

  • @vincentdey4313
    @vincentdey4313 Рік тому

    infact, you are the best R tutor. Please, do you have any video too on python or any recommended video'...

    • @RProgramming101
      @RProgramming101  Рік тому +2

      Sorry - only R for now :) thanks for the feedback

  • @mugomuiruri2313
    @mugomuiruri2313 Рік тому

    good

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 Рік тому

    Quarto reminds me of LaTeX but with code.