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

introbiocure

Tools for Managing BIO 180 and BIO 200 data

For more information, see Working with introbiocure.

Installation

To install introbiocure, run the following commands in RStudio.

if(!require("devtools")) install.packages("devtools")
devtools::install_github("KerrLab/introbiocure", build_vignettes = TRUE)


KerrLab/introbiocure documentation built on May 17, 2019, 11:36 a.m.