knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

divSPtise

The goal of divSPtise is to recover and analyze time series datasets with up to two keys.

Installation

You can install divSPtise from github with:

# install.packages("devtools")
devtools::install_github("johnypark/divsptise")

Example

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

## basic example code


johnypark/divsptise documentation built on May 6, 2019, 7:32 a.m.