View source: R/get_workbook_urls.R
get_workbook_urls | R Documentation |
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.
get_workbook_urls(wb)
wb |
The path to the Tableau workbook file (.twb). |
A data frame containing the URLs found in the workbook.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.