Commit 7b87cd3 1 parent c6a81ec commit 7b87cd3 Copy full SHA for 7b87cd3
File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- title : " patentsview"
3
- output : github_document
4
- ---
5
-
6
-
1
+ patentsview
2
+ ================
7
3
8
4
> An R client to the PatentsView API
9
5
@@ -45,7 +41,19 @@ The [PatentsView API](https://patentsview.org/apis/api-endpoints) provides an in
45
41
library(patentsview )
46
42
47
43
search_pv(query = ' {"_gte":{"patent_date":"2007-01-01"}}' )
48
- # > Error: The new version of the API requires an API key
44
+ # > $data
45
+ # > #### A list with a single data frame on patents level:
46
+ # >
47
+ # > List of 1
48
+ # > $ patents:'data.frame': 1000 obs. of 3 variables:
49
+ # > ..$ patent_id : chr [1:1000] "10631087" ...
50
+ # > ..$ patent_title: chr [1:1000] "Method and device for voice operated contro"..
51
+ # > ..$ patent_date : chr [1:1000] "2020-04-21" ...
52
+ # >
53
+ # > $query_results
54
+ # > #### Distinct entity counts across all downloadable pages of output:
55
+ # >
56
+ # > total_hits = 5,452,372
49
57
```
50
58
51
59
## Learning more
You can’t perform that action at this time.
0 commit comments