Skip to contents

Get Workbook actions

Usage

get_actions(wb)

Arguments

wb

The path to the Tableau workbook [.twb].

Value

Dataframe containing the workbook actions.

Examples

if (FALSE) { # \dontrun{
# Get Workbook actions
actions <- get_actions(wb = "path/to/workbook.twb")
head(actions)
} # }