| read_yaml | R Documentation | 
Parses YAML file with a simple R handler
read_yaml(string, ...)
read_yaml_file(input, ...)
| string | YAML string to read | 
| ... | other arguments | 
| input | YAML file to read | 
y <- "num: 1
key0:
  key1: value1
key2:
  key22: value22
rcode_num: !r 1:5
rcode_ch: !r paste(LETTERS[1:10], collapse=', ')
date: !r Sys.Date()
"
read_yaml(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.