R Documentation
Markdown: A syntax for formatting plain text files.
R Markdown: A file format for making dynamic documents with R.
R Notebook: A document for running code and displaying the graphs and charts that visualize the code.
HTML (Hypertext Markup Language): The set of markup symbols or codes used to create a webpage.
Jupyter Notebook: An open-source web application used to create and share documents that contain live code, equations, visualizations, and narrative text.
Code chunk: A piece of code added in an R Markdown file that is used to process, visualize, or analyze data.
Inline code: Code that can be inserted directly into the text of an R Markdown file.
Elevator pitch: A short statement describing an idea or concept.
YAML: A language that translate data to improve readability
Shiny: An R package used to build interactive web apps with R code.