View source: R/get_tableau_data_source.R
get_tableau_data_source | R Documentation |
Search XML for data source of Tableau workbook
get_tableau_data_source(dashboard)
dashboard |
Path to Tableau twb file. |
Data source of the workbook
Other xml:
adjust_tableau_size()
,
check_dashboard_names()
,
get_actions()
,
get_folders()
,
get_hierarchy()
,
get_nodenames()
,
get_parameter()
,
get_revision()
,
get_server_location()
,
get_variable_folders()
,
get_variables()
,
get_workbook_id()
,
get_workbook_tabs()
,
make_rootnodes()
## Not run:
# Get Tableau data source
data_source <- get_tableau_data_source(dashboard = "path/to/workbook.twb")
print(data_source)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.