library(knitr) opts_knit$set(base.dir = './', fig.path = '', out.format = 'md') opts_chunk$set(prompt = FALSE, comment = '', results = 'markup')
reflite
provides a lightweight implementation of reference object. User can ref an R object (such as a vector or list) and pass it to a function. Modifications of the object in the function body will not make a local copy in order to mimic pass-by-refernce of the object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.