library(tidyverse)Quarto Demo
Quarto
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.
We can do italics, bulleted lists
first
second
and many other things
Running Code
When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this
You can add options to executable code like this
Include a plot
Code
ggplot(diamonds, aes(x = cut)) +
geom_bar()This is a reference: Figure 1.
Using latex
We can put a formula inline like this \(\alpha\) We indent like this
\[\pi \in \mathbb{R}\] Google for more info and specific symbols.
Dear Mrs. Masters
The conversion to pdf form html was not completed, that process was halted even though I tried to install numerous times. I tried installing but to no avail. I really apologize that I couldn’t go through and completed all ten assignments correctly. PDF issue has really taken a toll. I was able to do the slides though. that was awesomeeeee.
Thank you so much again for a lesson well taught. God bless you Mrs. Masters.
Regards Kishawna Green (NFA/ Jamaica)
The echo: false option disables the printing of code (only output is displayed).