pv_meta: Import Metadata for Patents View

View source: R/pv_meta.R

pv_metaR Documentation

Import Metadata for Patents View

Description

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

## Not run: applications_meta <- pv_meta(type = "application")
grant_meta <- pv_meta(type = "grant")
## End(Not run)

poldham/patentsviewdata documentation built on March 19, 2022, 7:16 a.m.