getClaimsText: Get claims data for all rows in a data frame

Description Usage Arguments See Also Examples

Description

Generate claims data for all rows in a data frame.

This is a wrapper function for the getClaimFromURL function.

Usage

1
getClaimsText(googleURLs, langCode = "en", whichClaim = 1)

Arguments

googleURLs

A character vector of Google URLs

langCode

A language code, default set to "en"

whichClaim

Which claim (if available) to return. Default set to 1st.

See Also

createGoogleURL, cleanGoogleURL, getClaimFromURL

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
cc <- extractCountryCode(acars$docNum)
pn <- extractPubNumber(acars$docNum)
kc <- extractKindCode(acars$docNum)
urls <- createGoogleURL(countryCode = cc, pubNum = pn ,kindCode = kc)
urls <- urls[1:4]
clms <- getClaimsText(urls)
clms[1]

## End(Not run)

kamilien1/patentR documentation built on May 20, 2019, 7:19 a.m.