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

example.package

The goal of example.package is to be an example package.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jeff-goldsmith/example.package")

Example

This is a basic example which shows you how to solve a common problem:

library(example.package)

sim_bern_mean(30)


jeff-goldsmith/example.package documentation built on Dec. 7, 2020, 8:52 a.m.