Skip to contents

vvtableau 0.6.0

CRAN release: 2024-03-04

  • Added a function to run extract refresh task immediately on server.
  • Added a function to update a data source on server.
  • Added a function to update a workbook on server.

vvtableau 0.5.0

CRAN release: 2024-02-01

  • Fixes missing export tags.
  • Added page_number arguments.
  • Added a function to extract URLs from local workbooks using XML.
  • Added a function to download datasources.

vvtableau 0.4.0

CRAN release: 2024-01-09

  • Added Users and Groups Tableau REST Api methods.
  • Organized the reference page on package website.

vvtableau 0.3.0

CRAN release: 2023-10-31

  • Added a function to authenticate to Tableau Server and Tableau Cloud using personal access token.

vvtableau 0.2.0

CRAN release: 2023-07-17

Breaking Changes in Version 0.2.0

  • Deprecated the base_url, site_id, and token arguments in favor of the tableau argument in the get_server_workbooks function. Users are now required to pass a tableau object returned by the authenticate_tableau_server function for authentication.

  • Added a NEWS.md file to track changes to the package.