Description Usage Arguments Value Examples
Unsets the credentials and signs out from a selected Tableau Server.
1 2 3 4 5 | sign_out(
server_url = Sys.getenv("TABLEAU_SERVER_URL"),
api_version = Sys.getenv("TABLEAU_API_VERSION"),
api_token = Sys.getenv("TABLEAU_API_TOKEN")
)
|
server_url |
Tableau Server URL |
api_version |
The Tableau REST API version |
api_token |
The API Access Token that was retrieved when signing in to Tableau Server |
None.
1 2 3 4 5 6 7 | ## Not run:
sign_out(
server_url = Sys.getenv("TABLEAU_SERVER_URL"),
api_version = Sys.getenv("TABLEAU_API_VERSION"),
api_token = Sys.getenv("TABLEAU_API_TOKEN"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.