zc_token | R Documentation |
retrieve authentication token from zentracloud
zc_token( username = Sys.getenv("ZC_USERNAME"), password = Sys.getenv("ZC_PASSWORD") )
username |
username. Read by default from environment variable |
password |
password. Read by default from environment variable |
api token
## Not run: token <- zc_token("xxxx", "yyyyy") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.