ops_iterate: iterate - internal (this works for WHAT?)

Description Usage Arguments Value Examples

Description

Used internally to send calls to OPS

Usage

1
ops_iterate(data, service = "", type = NULL, timer = 20)

Arguments

data

A query consisting of either urls for use with the numbers service or patent numbers for use with the fulltext service. See details.

service

Character, select from "numbers"(to retrieve numbers from a text query) or "fulltext" to use a vector of numbers.

type

The type of search for "fulltext" only. either "fulltext", "description" or "claims".

timer

The delay before sending each request

Value

a JSON response object for use in other functions such as ops_numbers or ops_biblio.

Examples

1
2
3
4
## Not run: threepubs <- c("WO0000034", "WO0000035", "WO0005967")
ft <- ops_iterate(threepubs, service = "fulltext", type = "fulltext") # shows availability of texts
ft <- ops_iterate(threepubs, service = "fulltext", type = "claims")
## End(Not run)

poldham/opsrdev documentation built on May 25, 2019, 11:23 a.m.