<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R Markdown | Mike Mahoney</title><link>https://www.mikemahoney218.com/tags/r-markdown/</link><atom:link href="https://www.mikemahoney218.com/tags/r-markdown/index.xml" rel="self" type="application/rss+xml"/><description>R Markdown</description><generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© Mike Mahoney 2019</copyright><lastBuildDate>Thu, 23 Jan 2020 00:00:00 +0000</lastBuildDate><image><url>https://www.mikemahoney218.com/img/icon-192.png</url><title>R Markdown</title><link>https://www.mikemahoney218.com/tags/r-markdown/</link></image><item><title>Announcing {heddlr}, now on CRAN!</title><link>https://www.mikemahoney218.com/post/heddlrcran/heddlr-release/</link><pubDate>Thu, 23 Jan 2020 00:00:00 +0000</pubDate><guid>https://www.mikemahoney218.com/post/heddlrcran/heddlr-release/</guid><description>
&lt;p&gt;My first package just got published to CRAN today! &lt;code&gt;heddlr&lt;/code&gt; is a set of tools
that make it easier to write modular R Markdown documents by decomposing them
into a set of patterns which can be repeated and combined based on your input
data, letting you dynamically add and remove sections based on your data. I
started this package to solve an issue I found myself running into when
building &lt;a href=&#34;https://rmarkdown.rstudio.com/flexdashboard/&#34;&gt;flexdashboards&lt;/a&gt;, and
have since found out that there’s all sorts of cool tricks you can do by
applying this type of functional programming mindset to R Markdown documents.&lt;/p&gt;
&lt;p&gt;You can find out more on heddlr’s &lt;a href=&#34;https://mikemahoney218.github.io/heddlr/&#34;&gt;documentation website&lt;/a&gt;,
proudly made in R via &lt;a href=&#34;https://pkgdown.r-lib.org/&#34;&gt;pkgdown&lt;/a&gt;. This first version
on CRAN is 0.5.0, with 0.1 -&amp;gt; 0.4 previously released on &lt;a href=&#34;https://github.com/mikemahoney218/heddlr&#34;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>heddlr: Dynamic R Markdown Document Generation</title><link>https://www.mikemahoney218.com/project/heddlr/</link><pubDate>Sat, 18 May 2019 00:00:00 +0000</pubDate><guid>https://www.mikemahoney218.com/project/heddlr/</guid><description>&lt;p&gt;&lt;a href=&#34;https://github.com/rstudio/rmarkdown&#34; target=&#34;_blank&#34;&gt;R Markdown&lt;/a&gt; is one of the coolest
parts of the R ecosystem, making it trivial to create professional-looking
HTML and PDF documents using simple markdown language. &lt;code&gt;heddlr&lt;/code&gt; looks to
extend that functionality by making it easier to dynamically piece
together documents by intelligently using your data to combine defined
components into a cohesive whole, leading to cleaner code and faster
creation of reports that have many repeating pieces or dashboards which
need to respond to changes in their data sources.&lt;/p&gt;
&lt;p&gt;You can find more information about this project in the
&lt;a href=&#34;https://mikemahoney218.github.io/heddlr/&#34; target=&#34;_blank&#34;&gt;documentation&lt;/a&gt;, or check out the
code on &lt;a href=&#34;https://github.com/mikemahoney218/heddlr&#34; target=&#34;_blank&#34;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>