similarpatent: IPOS: Similar patent applications lodged between two dates

Description Usage Arguments Value

View source: R/similarpatent.R

Description

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.

Usage

1
similarpatent(startdate, enddate = Sys.Date(), phrase)

Arguments

startdate

The start date of lodgement date period, in the following format and in inverted commas: "YYYY-MM-DD".

enddate

The end date of lodgement date period, in the following format and in inverted commas: "YYYY-MM-DD".

phrase

The phrase to search for in patent applications' title of invention. Phrase in inverted commas e.g. "example".

Value

Dataframe of patent applications lodged between two dates (both dates inclusive), with title of invention containing phrase of interest.


joellynh/iposscan documentation built on Dec. 16, 2019, 12:43 a.m.