lens_ipcs: Search the Lens using International Patent Classification...

Description Usage Arguments Details Value Examples

Description

Search the Lens using individual or combinations of IPC Codes. Note this function is experimental. IPC based searching is not convincing in the Lens at present (for example try entering medical preparation into the full text search field and the code A61K subclass (for medical preparations) and the result is 79). Further investigation and clarification is required.

Usage

1
lens_ipcs(ipc, ipc_boolean = "NULL")

Arguments

ipc

An ipc code or vector of codes (character)

ipc_boolean

"AND" or "OR" (quoted)

Details

IPC codes on the group level must include a forward slash e.g. A61K31/00 or C12N15/82 or the Lens will not display results. A forward slash is not necessary on the subclass level e.g. A61K or C12N.

Value

a url

Examples

1
2
3
4
## Not run: lens_ipcs(A61K31/00)
## Not run: lens_ipcs(c("A61K31/00", "C12N15/82"), ipc_boolean = "AND")
## Not run: lens_ipcs(c("A61K31/00", "C12N15/82"), ipc_boolean = "OR")
## Not run: lens_ipcs(c("A61K", "C12N"), ipc_boolean = "OR")

poldham/lensr documentation built on May 25, 2019, 11:22 a.m.