Skip to contents

Download NPPES ZIP files to a local directory

Usage

grab(obj, files = NULL, path = fs::path_wd())

Arguments

obj

<tbl_df> object of class nppez::ask, returned from nppez::ask()

files

<chr> vector of files to download from ZIPs; default behavior is to download all files

path

<chr> path to download ZIPs to; default is fs::path_wd()

Value

tibble

Examples

if (FALSE) { # interactive()
nppez::ask() |>
nppez::grab(files = "NPPES_Deactivated_NPI_Report_031124.zip")
}