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

ReplicationRelevance

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.

Installation

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")


StefanThoma/ReplicationRelevance documentation built on Feb. 6, 2023, 4:03 a.m.