Skip to contents

Retrieves a list of views from the Tableau server using the provided authentication credentials.

Usage

get_server_views(
  tableau,
  api_version = 3.4,
  page_number = 1,
  page_size = 100,
  include_statistics = TRUE,
  include_metadata = 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).

page_number

The page number of the results to retrieve (default: 1).

page_size

The number of views to retrieve per page (default: 100).

include_statistics

Logical indicating whether to include usage statistics in the result (default: TRUE).

include_metadata

Logical indicating whether to include metadata columns in the result (default: FALSE).

Value

A data frame containing the views information.