get_request | R Documentation |
Makes a request to the Open Patent Services API and it returns the raw or parsed response
get_request(url, access_token, raw = FALSE)
url |
string, A single url |
access_token |
string, bearer token for authentication |
raw |
bool, r |
A list
## Not run: response <- get_request(url, access_token, raw = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.