Download NPPES ZIP files to a local directory
Usage
grab(obj, files = NULL, path = fs::path_wd())
Arguments
- obj
<tbl_df>
object of classnppez::ask
, returned fromnppez::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 isfs::path_wd()
Examples
if (FALSE) { # interactive()
nppez::ask() |>
nppez::grab(files = "NPPES_Deactivated_NPI_Report_031124.zip")
}