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

eduperiod

Travis build status Codecov test coverage

The goal of eduperiod is to ...

Installation

You can install the released version of eduperiod from CRAN with:

install.packages("eduperiod")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("jelger12/eduperiod")

Example

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

library(eduperiod)
## basic example code


jelger12/eduperiod documentation built on Nov. 4, 2019, 2:38 p.m.