<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>rmarkdown | AKitsche Blog</title><link>https://akitsche.netlify.app/tag/rmarkdown/</link><atom:link href="https://akitsche.netlify.app/tag/rmarkdown/index.xml" rel="self" type="application/rss+xml"/><description>rmarkdown</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© 2021 Andreas Kitsche</copyright><lastBuildDate>Thu, 07 Jan 2021 00:00:00 +0000</lastBuildDate><image><url>https://akitsche.netlify.app/images/icon_hufdd866d90d76849587aac6fbf27da1ac_464_512x512_fill_lanczos_center_2.png</url><title>rmarkdown</title><link>https://akitsche.netlify.app/tag/rmarkdown/</link></image><item><title>Tidy Tuesday 52 2020</title><link>https://akitsche.netlify.app/post/tidy-tuesday-52-2020/</link><pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate><guid>https://akitsche.netlify.app/post/tidy-tuesday-52-2020/</guid><description>
&lt;script src="https://akitsche.netlify.app/rmarkdown-libs/header-attrs/header-attrs.js">&lt;/script>
&lt;link href="https://akitsche.netlify.app/rmarkdown-libs/panelset/panelset.css" rel="stylesheet" />
&lt;script src="https://akitsche.netlify.app/rmarkdown-libs/panelset/panelset.js">&lt;/script>
&lt;p>Hey folks,&lt;/p>
&lt;p>this is the first of a series of blog post where I want to participate on the &lt;a href="https://github.com/rfordatascience/tidytuesday/blob/master/README.md">tidytuesday&lt;/a> weekly social data project in R.&lt;/p>
&lt;blockquote>
&lt;p>The intent of Tidy Tuesday is to provide a safe and supportive forum for individuals to practice their wrangling and data visualization skills independent of drawing conclusions.&lt;/p>
&lt;/blockquote>
&lt;p>The goal of this series is to help me&lt;/p>
&lt;ul>
&lt;li>practice data visualization and data wrangling in R (&lt;span class="citation">R Core Team (2019)&lt;/span>) using the tidyverse (&lt;span class="citation">Wickham et al. (2019)&lt;/span>)&lt;/li>
&lt;li>adopt this skillset to learn Python&lt;/li>
&lt;li>master to publish the applications using &lt;a href="https://bookdown.org/yihui/rmarkdown-cookbook/">R Markdown&lt;/a>&lt;/li>
&lt;/ul>
&lt;div class="panelset">
&lt;!-- First panel -->
&lt;div class="panel">
&lt;p>&lt;span class="panel-name">R code&lt;/span>&lt;/p>
&lt;p>Check the R code below:&lt;/p>
&lt;pre class="r">&lt;code>lm(mpg ~ drat, data = mtcars)&lt;/code>&lt;/pre>
&lt;/div>
&lt;!-- Second panel -->
&lt;div class="panel">
&lt;p>&lt;span class="panel-name">Stata code&lt;/span>&lt;/p>
&lt;pre>&lt;code>regress y x
&lt;/code>&lt;/pre>
&lt;/div>
&lt;!-- Third panel -->
&lt;div class="panel">
&lt;p>&lt;span class="panel-name">R output&lt;/span>&lt;/p>
&lt;pre>&lt;code>##
## Call:
## lm(formula = mpg ~ drat, data = mtcars)
##
## Coefficients:
## (Intercept) drat
## -7.525 7.678&lt;/code>&lt;/pre>
&lt;/div>
&lt;/div>
&lt;div id="references" class="section level1 unnumbered">
&lt;h1>References&lt;/h1>
&lt;div id="refs" class="references csl-bib-body hanging-indent">
&lt;div id="ref-R-base" class="csl-entry">
R Core Team. 2019. &lt;em>R: A Language and Environment for Statistical Computing&lt;/em>. Vienna, Austria: R Foundation for Statistical Computing. &lt;a href="https://www.R-project.org">https://www.R-project.org&lt;/a>.
&lt;/div>
&lt;div id="ref-tidyverse" class="csl-entry">
Wickham, Hadley, Mara Averick, Jennifer Bryan, Winston Chang, Lucy D’Agostino McGowan, Romain François, Garrett Grolemund, et al. 2019. &lt;span>“Welcome to the &lt;span class="nocase">tidyverse&lt;/span>.”&lt;/span> &lt;em>Journal of Open Source Software&lt;/em> 4 (43): 1686. &lt;a href="https://doi.org/10.21105/joss.01686">https://doi.org/10.21105/joss.01686&lt;/a>.
&lt;/div>
&lt;/div>
&lt;/div></description></item></channel></rss>