Description Usage Arguments Examples
Connect to your Tableau Server's REST API.
1 2 |
server_name |
The name or IP address of your Tableau Server. |
api_version |
The API version of your Tableau REST API. |
user |
Your Tableau Server user name. |
pass |
Your Tableau Server password. |
ssl |
Logical. Does your Tableau Server instance use SSL? The default is TRUE. |
site |
A specific site for a Tableau Server running multiple sites. The default is an empty string. If the Tablau Server is only running one site, the empty string will return your default site. |
... |
Additional arguments. |
1 2 3 4 | ## Not run:
tab_connect(server_name = "my.server.com", api_version = 2.0, user = myuser, pass = mypass, ssl = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.