-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
104 lines (91 loc) · 2.43 KB
/
_pkgdown.yml
File metadata and controls
104 lines (91 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
url: https://PrigasG.github.io/twbparser
template:
bootstrap: 5
bslib:
primary: "#3366cc"
base_font: {google: "Inter"}
heading_font: {google: "Inter"}
navbar:
structure: { left: [reference, articles], right: [search, github] }
components:
github:
icon: fa-github
aria-label: "GitHub repository"
href: https://github.com/PrigasG/twbparser
home:
title: "twbparser"
description: "Parse Tableau TWB/TWBX → tidy data + DAGs"
reference:
- title: "Core"
desc: >
Main R6 class used to parse .twb/.twbx workbooks.
contents:
- TwbParser
- title: "Insights (dashboards, pages, charts, colors)"
desc: >
Page-centric helpers and summaries; work with TwbParser or xml2 documents.
contents:
- twb_pages
- twb_pages_summary
- twb_page_composition
- twb_dashboards
- twb_dashboard_filters
- twb_charts
- twb_colors
- twb_dashboard_summary
- title: "Worksheet intelligence"
desc: >
Per-worksheet shelf, filter, axis, and sort details.
contents:
- twb_sheet_shelves
- twb_sheet_filters
- twb_sheet_axes
- twb_sheet_sorts
- title: "Dashboard intelligence"
desc: >
Per-dashboard zone layout, sheet positions, and actions.
contents:
- twb_dashboard_sheets
- twb_dashboard_layout
- twb_dashboard_actions
- title: "TWBX helpers"
contents:
- twbx_list
- extract_twb_from_twbx
- twbx_extract_files
- title: "Extraction"
contents:
- extract_named_connections
- extract_datasource_details
- extract_raw_fields
- extract_columns_with_table_source
- extract_calculated_fields
- extract_parameters
- extract_relations
- extract_joins
- extract_relationships
- twb_initial_sql
- twb_custom_sql
- twb_published_refs
- title: "Inference & validation"
contents:
- infer_implicit_relationships
- validate_relationships
- title: "Lineage & graphs"
contents:
- build_dependency_graph
- plot_dependency_graph
- plot_relationship_graph
- plot_source_join_graph
- title: "Formatting & display"
contents:
- tableau_formula_pretty
- prettify_calculated_fields
- title: "Server/Cloud (optional)"
contents:
- tbs_publish_info
- tbs_custom_sql_graphql
articles:
- title: "Get Started"
contents:
- twbparser-intro