Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.59 KB

npiShiny

Lifecycle: experimental AppVeyor build status

The goal of npiShiny is to provide a Shiny app for enhanced search of the U.S. National Provider Identifier (NPI) Registry. The original registry is available here. This Shiny app leverages the npi package which helps access the API (v2.1) from the Center for Medicare and Medicaid Services.

Try it out

The app is deployed to shinyapps.io here

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("parmsam/npiShiny")

Example

This is a basic example which shows you how to solve a common problem:

# library(npiShiny)

Code of Conduct

Please note that the npiShiny project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.