powered by
Get Workbook actions
get_actions(wb)
Dataframe containing the workbook actions.
The path to the Tableau workbook [.twb].
Other xml: adjust_tableau_size(), check_dashboard_names(), get_folders(), get_hierarchy(), get_nodenames(), get_parameter(), get_revision(), get_server_location(), get_tableau_data_source(), get_variable_folders(), get_variables(), get_workbook_id(), get_workbook_tabs(), make_rootnodes()
adjust_tableau_size()
check_dashboard_names()
get_folders()
get_hierarchy()
get_nodenames()
get_parameter()
get_revision()
get_server_location()
get_tableau_data_source()
get_variable_folders()
get_variables()
get_workbook_id()
get_workbook_tabs()
make_rootnodes()
if (FALSE) { # Get Workbook actions actions <- get_actions(wb = "path/to/workbook.twb") head(actions) }
Run the code above in your browser using DataLab