is_html_output = function() { knitr::opts_knit$get("rmarkdown.pandoc.to")=="html" } knitr::opts_chunk$set(collapse = TRUE, comment = "", prompt=TRUE, fig.dpi = 96) if (is_html_output()) { options(width=1000) }
This is the initial release of the packageSkeletonForR package. The packageSkeletonForR package is an R package GitHub repository allowing for the quick cloning and creation of an R package with a functional, GitHub based, static website.
For complete packageSkeletonForR
documentation, see the documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.