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

BioAnalyst

Build Status Lifecycle: experimental

Installation

You can install the development version from GitHub with:

 install.packages("devtools")
 devtools::install_github("w4356y/BioAnalyst")

Example

This is a basic example which shows you how to run current development version of the app:

library(BioAnalyst)

# Run the application
runApp()


w4356y/BioAnalyst documentation built on April 26, 2021, 4:40 a.m.