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

fragr

Overview

fragr is an R package explicitly for wrangling capillary electrophoresis data that has been called in and exported from PeakScanner.

Installation

<!-- You can install the released version of fragr from CRAN with:

install.packages("fragr")

--> You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("eric-hunt/fragr")


eric-hunt/fragr documentation built on May 1, 2022, 6:39 a.m.