post_request | R Documentation |
Makes a POST request to the Open Patent Services API and it returns the raw or parsed response
post_request(url, access_token, id = NULL, raw = raw)
url |
string, A single url |
access_token |
string, bearer token for authentication |
id |
string vector, epodoc or docdb format |
raw |
bool, r |
A list or a raw string
## Not run: response <- post_request(url, id, 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.