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