get_actions: Get Workbook actions

View source: R/get_actions.R

get_actionsR Documentation

Get Workbook actions

Description

Get Workbook actions

Usage

get_actions(wb)

Arguments

wb

The path to the Tableau workbook [.twb].

Value

Dataframe containing the workbook actions.

See Also

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

Examples

## Not run: 
# Get Workbook actions
actions <- get_actions(wb = "path/to/workbook.twb")
head(actions)

## End(Not run)

vvtableau documentation built on Sept. 11, 2024, 6:51 p.m.