Chapter 1 Getting started

The sars2pack package uses the R statistical programming environment, so the first step it to [download and install R. You may also want to additionally and optionally install Rstudio.

1.1 Installation

After installing R, from inside the R console, install the sars2pack package.

install.packages('BiocManager')
BiocManager::install('seandavi/sars2pack')

1.2 Usage

To get started using sars2pack load the library.

library(sars2pack)

The material in this book are located at extended online book for documentation.