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.
The app is deployed to shinyapps.io here
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("parmsam/npiShiny")
This is a basic example which shows you how to solve a common problem:
# library(npiShiny)
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.