Skip to contents

Downloads a workbook from the Tableau Server using the provided authentication credentials and saves it to the specified path.

Usage

download_workbooks_server(
  tableau,
  api_version = 3.4,
  workbook_id,
  path_to_save,
  include_extract = FALSE
)

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.4).

workbook_id

The identifier of the workbook to download.

path_to_save

The file path to save the downloaded workbook.

include_extract

Logical indicating whether to include the extract file (default: FALSE).

Value

NULL.