Skip to content

Instantly share code, notes, and snippets.

View AlexAxthelm's full-sized avatar
🐛
Code without rhythm and don't attract the bugs.

Alex Axthelm AlexAxthelm

🐛
Code without rhythm and don't attract the bugs.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am alexaxthelm on github.
  • I am alexaxthelm (https://keybase.io/alexaxthelm) on keybase.
  • I have a public key ASDXv9x9IDp54UpDHAg5YYkZFPFeTUbIGs899abIY2lhbwo

To claim this, I am signing this object:

---
title: "Escaping R Code in RMarkdown Paramaters"
author: "Alex Axthelm"
date: "6/23/2017"
output: html_document
params:
unescaped_add: 1 + 1
unescaped_fun: rnorm(10)
escaped_add: !r 1 + 1
escaped_fun: !r rnorm(10)
Tet Markdown
heading1
======
*batman
**he's our hero
-[ ] box1
-[x] box2 done