Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
eval = FALSE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
# library(vvtableau)
## ----authenticate-------------------------------------------------------------
# tableau <- authenticate_server(
# server = "https://tableau.server.com",
# username = "your_username",
# password = "your_password"
# )
## ----jobs---------------------------------------------------------------------
# get_server_jobs(
# tableau,
# page_size = 300
# )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.