Description Usage Arguments See Also Examples
View source: R/authentication.R
wercker_set_token
defines the user's wercker authentication token,
this value is then accessed usin wercker_get_token
1 | wercker_set_token(token)
|
token |
character, either the path of a file contained the token or the actual token. |
Other authentication functions: wercker_get_token
,
wercker_test_token
1 2 3 4 5 | ## Not run:
wercker_set_token("~/.wercker/token")
wercker_set_token("0123456789ABCDEF0123456789ABCDEF01234567")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.