Skip to content

Commit 7b87cd3

Browse files
committed
readme fixes
1 parent c6a81ec commit 7b87cd3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
---
2-
title: "patentsview"
3-
output: github_document
4-
---
5-
6-
1+
patentsview
2+
================
73

84
> An R client to the PatentsView API
95
@@ -45,7 +41,19 @@ The [PatentsView API](https://patentsview.org/apis/api-endpoints) provides an in
4541
library(patentsview)
4642

4743
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
4957
```
5058

5159
## Learning more

0 commit comments

Comments
 (0)