ShinyLink

ShinyLink

RShiny Based Record Linkage Tool

Get Started Introduction

Easy-To-Use

Web-based accessibility to a free and easy to use method of record linkage, with an intuitive graphical interface for an optimized user experience.

Open-source

ShinyLink is an open-source software compiled with a GPL-3 license and built using software packages such as R, Shiny, shinyWidgets, shinydashboard.

Algorithms

Access to high-performance record linkage methods for public health professionals (now supporting fastLink, with further packaging under development).

De-duplicate

Built-in functionality geared to delete duplicated records in given columns from sample and matching data sets.

Handling missing values

Features included in software that allow for the imputation of missing gender, using birth name data from the U.S. SSA and U.S. census to accurately predict gender values in given datasets.

Build the bridge

ShinyLink serves as a bridge between current record linkage algorithms and the health professionals they serve, providing a much-needed accessibility through a platform that removes costs and technical restrictions.

ShinyLink is out 🎉 !!

ShinyLink is the bridge between existing vigorous open-source record linkage algorithms and an urgently needed accessible platform that eliminates cost and programming barriers and delivers a public health and bioinformatics precedent toward increased data interchangeability.

Current Version

ShinyLink is currently in alpha testing (updated 29 November 2022)

## Install from CRAN
install.packages("ShinyLink")

## Install from source code
if(!require(httpuv)) install.packages("httpuv")
if(!require(devtools)) install.packages("devtools")

devtools::install_github("nelson-sci-labs/ShinyLink",dependencies=TRUE)

## start using
ShinyLink::run_app()