Description Usage Arguments Value Examples
View source: R/get_patents_data.R
Fetch USPTO patents data
1 | get_patents_data(query)
|
query |
Takes in a query formated with 'patentsview' domain specific language (DSL) |
List containing patents information
1 2 3 4 5 6 7 8 9 10 | ## Not run:
query <- with_qfuns(
or(
text_all(patent_title = "artificial intelligence"),
text_all(patent_abstract = "artificial intelligence")
)
)
get_patents_data(query)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.