blogdown
metrico (@metrico_; 3/1): blogdown: Creating Websites with R Markdown https://t.co/1wjEuTg88h ↪
Data Science Renee (@BecomingDataSci; 2/0): .@BryanWhiting up next
Cookie cutter data science
Hugo theme, blogdown static site
Mac automator https://t.co/4jzWo0eqJl ↪
bookdown
metrico (@metrico_; 3/1): blogdown: Creating Websites with R Markdown https://t.co/1wjEuTg88h ↪
Alex Chamessian (@achamess; 0/0): Answer: Rmarkdown/Bookdown: Separate figure numbering for Supplemental Section https://t.co/UYwN7YKBL3 ↪
knitr
Lisa DeBruine 🏳️🌈 (@lisadebruine; 2/1): Is there a better way to include a verbatim code chunk including backticks in an #rmarkdown document? This works for rendering to html, but not pdf.
<pre><code>```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```</code></pre> ↪
Alison Hill (@apreshill; 1/0): @lisadebruine Have you tried this? https://t.co/ZH8X8BWRJg ↪
Alex Riina (@alex_riina; 0/0): @lisadebruine Does indenting the block with four spaces work? It wraps it like code including the backticks but I’m not sure how to give that a chunk a language for highlighting
\`\`\`{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
\`\`\` [↪](https://twitter.com/xieyihui/status/1063809832724168704)
yihui.name
Alison Hill (@apreshill; 1/0): @lisadebruine Have you tried this? https://t.co/ZH8X8BWRJg ↪