knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )

An R package for hiding globals variables from functions in your workspace.
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(out.width='750px', dpi=200)
Coming soon.
From inside R, do the following:
# install.packages("devtools") devtools::install_github("JonasMoss/hidden")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.