knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package was designed to collect code written for the analysis of my master thesis. As such, it is not written in a very generalizable way. However, it does build a skeleton upon which a useful package could be built.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("StefanThoma/ReplicationRelevance")
For an example call the vignette at:
vignette("ReplicationRelevance", package = "ReplicationRelevance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.