Skip to contents

Adds one or more tags to the specified workbook in the Tableau Server using the provided authentication credentials.

Usage

add_tags_to_workbook(tableau, api_version = 3.8, workbook_id, tags)

Arguments

tableau

A list containing the Tableau authentication variables: `base_url`, `token`, `user_id`, and `site_id`.

api_version

The API version to use (default: 3.8).

workbook_id

The ID of the workbook to add tags to.

tags

A vector of tags to add to the workbook.

Value

The response from the API.