README.md

bsnR

bsnR implements the blocked sorted neighbors algorithm for discovering potential duplicate pairs. The analysis is broken down into a series of steps:

Installation

You can install bsnR from github with:

# install.packages("devtools")
devtools::install_github("mPloenzke/bsnR")

If you encounter a bug, please file a minimal reproducible example on github.

Learning bsnR

To get started, please read the intro vignette: vignette("Introduction", package = "bsnR").

Key data structures

The base S3 object in bsnR is a Neighbors, a contained for the raw data and user specified keys. At each step of the analysis this object will be promoted, allowing subsequent steps to be performed.



mPloenzke/bsnR documentation built on May 21, 2019, 9:18 a.m.