Description Usage Details See Also Examples
View source: R/authentication.R
wercker_get_token obtains the user's wercker authentication token.
1 |
This function looks for the token in the following places (in order):
Value of wercker_token variable in .wercker environment
(this is where the package caches the token).
Value of WERCKER_TOKEN environmental variable.
Contents of ~/.wercker/token file.
Other authentication functions: wercker_set_token,
wercker_test_token
1 2 3 4 | ## Not run:
wercker_get_token()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.