03:00
Session - What’s inside?
Render, a document appears, and I believe that anything happening in between could be actual magic!knitr executes the code and converts .qmd to .md; Pandoc renders the .md file to the output format you wantknitr executes the code and converts .Rmd to .md; Pandoc renders the .md file to the output format you want. ✔️https://quarto.org/docs/computations/r.html
In covid-analysis.qmd do the following:
code tools in Quarto)See Quarto online documentation for help
psst…answers on the next slide…
03:00
embed-resources: true to the YAML removes a generated folder of the file name that includes supporting files.Date formats in Quarto:
Adding a dark theme to a report is possible with the following YAML:
10:00