Description Usage Arguments Value Examples
This will cast the data fields returned by search_pv
so that
they have their most appropriate data types (e.g., date, numeric, etc.).
1 |
data |
The data returned by |
The same type of object that you passed into cast_pv_data
.
1 2 3 4 5 6 7 | ## Not run:
fields <- c("patent_date", "patent_title", "patent_year")
res <- search_pv(query = "{\"patent_number\":\"5116621\"}", fields = fields)
cast_pv_data(data = res$data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.