Learn R Programming

vvtableau (version 0.7.0)

get_tableau_data_source: Get Tableau data source

Description

Search XML for data source of Tableau workbook

Usage

get_tableau_data_source(dashboard)

Value

Data source of the workbook

Arguments

dashboard

Path to Tableau twb file.

See Also

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()

Examples

Run this code
if (FALSE) {
# Get Tableau data source
data_source <- get_tableau_data_source(dashboard = "path/to/workbook.twb")
print(data_source)
}

Run the code above in your browser using DataLab