Skip to contents

Download metadata tables for the available patent grants and pregrant (applications) tables. Used to construct the urls to download individual files or for multiple files.

Usage

pv_meta(type = NULL, dest = NULL)

Arguments

type

grant or application (pregrant) table

dest

destination folder

Value

data.frame

Examples

if (FALSE) applications_meta <- pv_meta(type = "application")
grant_meta <- pv_meta(type = "grant")