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

tribolium

Lifecycle: experimental CRAN status

The goal of tribolium is to ...

Installation

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

install.packages("tribolium")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("atyre2/tribolium")

Example

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

library(tribolium)
## basic example code


atyre2/tribolium documentation built on March 1, 2021, 7:07 p.m.