Skip to contents

Providers with pending Medicare enrollment applications.

Usage

pending(npi = NULL, first = NULL, last = NULL)

Arguments

npi

<int> National Provider Identifier

first, last

<chr> Provider's name

Value

A tibble

Examples

if (FALSE) { # interactive()
pending(first = "John")
}