Learn R Programming

patentr (version 0.1.4)

wku_to_pno: Get Patient Number from WKU

Description

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.

Usage

wku_to_pno(wku)

Arguments

wku

character vector containing patent WKUs

Value

character vector containing patent numbers

Examples

Run this code
# NOT RUN {
# convert sample WKUs to patent number and print
sample_wku <- c("RE028671", "03930271")
print(wku_to_pno(sample_wku))
# }

Run the code above in your browser using DataLab