Description Usage Arguments Details Value
This function is for the API of Intellectual Property Office of Singapore (IPOS). It retrieves key information* on patent applications between two lodgement dates (both dates inclusive) and tidies it into a clean dataframe. More info on API here: https://data.gov.sg/dataset/ipos-apis?resource_id=6a030bf2-22da-4621-8ab0-9a5956a30ef3.
1 | dftwodates(startdate, enddate = Sys.Date())
|
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: |
This function is a cumulative version of the dfbydate function in this package. The API Client is only able to retrieve applications by one date, and often analyses is done across multiple dates in one period. *Key information include the following variables from the API: "summary.applicationNum", "summary.applicationStatus", "summary.applicationType", "summary.filingDate", "summary.lodgementDate", "summary.titleOfInvention", "inventors.name", "inventors.address", "inventors.countryOfResidence.description", "inventors.countryOfResidence.code", "inventors.nationality", "applicant.uenCompanyCode", "applicant.name", "applicant.address", "applicant.countryOfIncorporationOrResidence.description", "applicant.stateOfIncorporation.description", "applicant.stateOfIncorporation.code", "applicant.nationality.description".
Dataframe of key information of patent applications lodged between two dates (both dates inclusive).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.