set_gitlab_connection | R Documentation |
This sets the default value of gitlab_con
in a call to gitlab()
set_gitlab_connection(gitlab_con = NULL, ...)
get_gitlab_connection()
unset_gitlab_connection()
gitlab_con |
A function used for GitLab API calls, such
as |
... |
if gitlab_con is NULL, a new connection is created used the parameters
is ... using |
Used for side effects. Set or unset global connection settings.
## Not run:
set_gitlab_connection("https://gitlab.com", private_token = Sys.getenv("GITLAB_COM_TOKEN"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.