WEEK 5; Documentation and reports Flashcards
Report in R
When you finish your data cleaning and exploration, you can create a report in R Markdown to summarize your findings for stakeholders.
Markdown
Markdown is a syntax for formatting plain text files.
R Markdown lets you convert your files into lots of different formats too.
You can create HTML, PDF, and Word documents, or you can convert to a slide presentation or dashboard.
YAML
originally stood for yet another markup language.
That section is called out using three dashes on the first and last lines. In an RMD file, this section’s basically for metadata
Text in R markdown
You can format the text to include links, ordered lists, equations and more
link in R markdown
Links are formatted with angle brackets < >