nppes_api: NPPES API

Description Usage Arguments Value Examples

View source: R/nppes_api.R

Description

Query the NPPES NPI registry.

Usage

1
2
3
4
nppes_api(query)

## S3 method for class 'nppes_api'
print(x, ...)

Arguments

query

Character string representing a valid query.

Value

An bject of class "nppes_api"; essentially, an R list with various components depending on the submitted query.

Examples

1
2
nppes_api("city=dayton")
nppes_api("number=1124021324")

bgreenwell/nppesapi documentation built on May 25, 2019, 3:23 p.m.