Description Usage Arguments Value
API Query to Remote Source Control Repositories
1 2 | remote_get_api(remote, url, path, user = remote$auth_user,
password = remote$auth_token, ..., config = NULL, error = FALSE)
|
remote |
a repository specification or |
url |
base API url to use. |
path |
path to the file to downlad, relatively to the root of the repository. |
user, password |
repository authetication credentials. The default is to use the user define in the remote
specification |
... |
other arguments passed to httr::GET |
error |
logical that indicates if an error should be thrown if the request is unsuccessful |
the request result object returned by httr::GET
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.