Skip to content

Instantly share code, notes, and snippets.

@stephlocke
Created April 17, 2017 02:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stephlocke/fd209386ceb55d064a11ee3b355224b0 to your computer and use it in GitHub Desktop.
Save stephlocke/fd209386ceb55d064a11ee3b355224b0 to your computer and use it in GitHub Desktop.
Rmd fragment for receiving a table parameter
---
params:
mytbl: !r iris
output: html_document
---
```{r testingparams}
summary(params$mytbl)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment