| npi_summarize {npi} | R Documentation |
S3 method to summarize an npi_results object
Description
S3 method to summarize an npi_results object
Usage
npi_summarize(object, ...)
Arguments
object |
An |
... |
Additional optional arguments |
Value
Tibble containing the following columns:
npiNational Provider Identifier (NPI) number
nameProvider's first and last name for individual providers, organization name for organizational providers.
enumeration_typeType of provider associated with the NPI, either "Individual" or "Organizational"
primary_practice_addressFull address of the provider's primary practice location
phoneProvider's telephone number
primary_taxonomyPrimary taxonomy description
Examples
data(npis)
npi_summarize(npis)
[Package npi version 0.2.0 Index]