cs446_tool-assembling-a-document-with-r-markdown
cs446_tool-assembling-a-document-with-r-markdown
Settings Run
Preamble:
• Use this space to
write file information.
Whitespace:
• Use this space to write
text descriptions.
• Create section headers
Code Chunk:
with the text: ##.
• Begin with the text ```{r},
and end with ```.
• Use this space to write code Code Output:
and comments, just like an • This can appear inline in the
R script. R Markdown window, in the
• Run code by selecting how console, or both.
much of the code you’d like • Change where you see output
to run from the Run icon. by clicking the Settings icon and
selecting Chunk Output Inline,
Chunk Output in Console, or
both.