get_workbook_urls: Get Workbook URLs

View source: R/get_workbook_urls.R

get_workbook_urlsR Documentation

Get Workbook URLs

Description

This function parses an XML document representing a Tableau workbook and finds all nodes that have a url attribute containing 'views'. It then extracts these URLs and returns them in a data frame.

Usage

get_workbook_urls(wb)

Arguments

wb

The path to the Tableau workbook file (.twb).

Value

A data frame containing the URLs found in the workbook.


vvtableau documentation built on Sept. 11, 2024, 6:51 p.m.