Description Usage Arguments Value
View source: R/similarpatent.R
This function is for the API of Intellectual Property Office of Singapore (IPOS). It allows you to scan through patent application between two lodgement dates (both dates inclusive) for those with titles of invention that contain your phrase of interest. More info on API here: https://data.gov.sg/dataset/ipos-apis?resource_id=6a030bf2-22da-4621-8ab0-9a5956a30ef3.
1 | similarpatent(startdate, enddate = Sys.Date(), phrase)
|
startdate |
The start date of lodgement date period, in the following format and in inverted commas: |
enddate |
The end date of lodgement date period, in the following format and in inverted commas: |
phrase |
The phrase to search for in patent applications' title of invention. Phrase in inverted commas e.g. |
Dataframe of patent applications lodged between two dates (both dates inclusive), with title of invention containing phrase of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.