Skip to contents

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

Usage

get_server_projects(
  tableau,
  api_version = 3.4,
  page_number = 1,
  page_size = 100,
  include_metadata = FALSE
)

Arguments

tableau

A list containing the Tableau authentication variables: base_url, token, site_id, and user_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 projects to retrieve per page (default: 100).

include_metadata

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

Value

A data frame containing the projects information.