Description Usage Arguments Value Examples
Convert WKU identifier provided in bulk patent files to patent number used in most sources. The References provided in bulk patent files are also in patent number format, not in WKU format.
1 | wku_to_pno(wku)
|
wku |
character vector containing patent WKUs |
character vector containing patent numbers
1 2 3 | # convert sample WKUs to patent number and print
sample_wku <- c("RE028671", "03930271")
print(wku_to_pno(sample_wku))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.