R/pv_download.R
pv_download.Rd
Download one or more PatentsView raw files using urls from a meta data table created by pv_meta()
pv_meta()
pv_download(url = NULL, dest = NULL, timeout = 600)
url of the file to download
destination for the files
time window for download
if (FALSE) pv_download(grant_meta$url[1], dest = "grants", timeout = 600)