patview.filter: Filter tables of PatentsView.org bulk data

Description Usage Arguments Value

Description

Similar to dplyr::filter but for tables of PatentsView.org bulk data saved in multiple .rds files

Usage

1
2
patview.filter(file.pattern, ..., file.dir = file.path(getwd(),
  "patview-rds"), pbapply = TRUE, cols = character(0))

Arguments

file.pattern

A pattern for getting a file or a set of files (data batches)

...

A filtering conditions to fetch certain rows. (See dplyr::filter)

file.dir

A path to directory with .rds files. Default is in working directory "patview-rds"

Value

A data.table with a subset the data.


stasvlasov/patviewer documentation built on May 23, 2019, 12:52 a.m.