Skip to contents

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

Usage

add_tags_to_view(tableau, api_version = 3.8, view_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).

view_id

The ID of the view to add tags to.

tags

A vector of tags to add to the view.

Value

The response from the API.