Skip to contents

Downloads PNG images of filtered Tableau views based on the provided dataframe containing filter columns and filter values.

Usage

download_filtered_tableau_image(
  tableau,
  df,
  view_id,
  path_to_save,
  api_version = 3.8
)

Arguments

tableau

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

df

Dataframe containing filter columns and filter values.

view_id

The ID of the view to download.

path_to_save

The directory to write the images to.

api_version

The API version to use (default: 3.8).