Learn the Basics of R Markdown in 20 Minutes

Опубликовано: 30 Апрель 2026
на канале: José Antonio: Estadística Aplicada
37,002
938

Learn the basics of R Markdown in 20 minutes with this video.

Link to download the database: https://drive.google.com/file/d/12Lr1...

Link to read the free R Markdown book: https://bookdown.org/yihui/rmarkdown/

RStudio video playlist:    • CÓMO CALCULAR LA DESVIACIÓN ESTÁNDAR EN RS...  

✔️Subscribe: http://bit.do/Suscribete_a_JoseAntoni...

Social media:
► Like us on Facebook:   / joseantonioestadisticaaplicada  

----------_____------------------___________------------_____________-------------__________
R Markdown code for Replicate it (copy and paste):

---
title: "Learn to use R Markdown"
author: "José Antonio: Applied Statistics"
date: "August 21, 2021"
output:

html_document:
toc: true
toc_depth: 3
toc_float: true
collapsed: true
smooth_scroll: true
theme: journal
highlight: kate
df_print: paged
code_folding: show
---

The following demonstrates how to create a three-section R Markdown document.

#JoseAntonioAppliedStatistics #RMarkdown #RStudio