Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 814 Bytes

#NO LONGER MAINTAINED ##REFER TO NEW REPO OFFICIAL PACKAGE OR CRAN

Overview

sRa is a package designed to speed-up institutional research by providing a set of generalized functions for common tasks:

- xmR(): Generates XMR data.

- xmR_chart(): Takes the output from xmR and makes an XMR chart, mostly used for diagnostics.

- fuzzyClean(): Uses approximate string matching to fix typos and slight differences in vectors.

- sdi(): Simpson Diversity Index calculator.

- foip(): For making sure your data is foip'd.

Installation

``` R install.packages(devtools) ~~devtools::install_github("zanidean/sRa")