Package: dashboardr 0.6.1

dashboardr: Build Interactive HTML Dashboards from R

Build interactive HTML dashboards from R using a simple, composable grammar. Create visualizations, organize them into pages, and generate complete dashboards with navigation, theming, and interactivity. Powered by Highcharts for charts and Quarto for rendering.

Authors:Fabio Votta [aut, cre], Alexandra Pafford [aut], Max Paulus [aut], Ernesto de LeΓ³n [aut]

dashboardr_0.6.1.tar.gz
dashboardr_0.6.1.zip(r-4.7-any)dashboardr_0.6.1.zip(r-4.6-any)dashboardr_0.6.1.zip(r-4.5-any)
dashboardr_0.6.1.tgz(r-4.6-any)dashboardr_0.6.1.tgz(r-4.5-any)
dashboardr_0.6.1.tar.gz(r-4.7-any)dashboardr_0.6.1.tar.gz(r-4.6-any)
dashboardr_0.6.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
dashboardr/json (API)

# Install 'dashboardr' in R:
install.packages('dashboardr', repos = c('https://favstats.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/favstats/dashboardr/issues

Pkgdown/docs site:https://favstats.github.io

On CRAN:

Conda:

quarto

8.38 score 9 stars 482 scripts 155 exports 84 dependencies

Last updated from:4dd6e5af72. Checks:7 WARNING, 1 ERROR, 1 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64WARNING271
source / vignettesERROR292
linux-release-x86_64WARNING303
macos-release-arm64WARNING265
macos-oldrel-arm64WARNING226
windows-develWARNING278
windows-releaseWARNING208
windows-oldrelWARNING276
wasm-releaseOK181

Exports:.convert_haven.defer_chart.embed_cross_tab.normalize_linked_option_values.page_config%>%add_accordionadd_badgeadd_calloutadd_callout.page_objectadd_cardadd_codeadd_contentadd_dashboard_pageadd_divideradd_DTadd_echartsadd_filteradd_ggiraphadd_ggplotadd_gtadd_hcadd_htmladd_iframeadd_imageadd_inputadd_input_rowadd_layout_columnadd_layout_rowadd_leafletadd_linked_inputsadd_metricadd_modaladd_navbar_elementadd_pageadd_pagesadd_paginationadd_pagination.page_objectadd_plotlyadd_powered_by_dashboardradd_quoteadd_reactableadd_reset_buttonadd_sidebaradd_spaceradd_sparkline_cardadd_sparkline_card_rowadd_tableadd_textadd_text.page_objectadd_value_boxadd_value_box_rowadd_videoadd_vizadd_vizzesadd_widgetapply_themeascor_dashboardcardcard_rowcombine_contentcombine_vizcreate_barcreate_blockquotecreate_contentcreate_dashboardcreate_heatmapcreate_histogramcreate_loading_overlaycreate_mapcreate_pagecreate_pagination_navcreate_scattercreate_stackedbarcreate_stackedbarscreate_timelinecreate_treemapcreate_vizdashboardr_mcp_serverenable_accessibilityenable_chart_exportenable_deferred_chartsenable_inputsenable_modalsenable_show_whenenable_sidebarenable_url_paramsend_input_rowend_layout_columnend_layout_rowend_sidebarend_sparkline_card_rowend_value_box_rowgenerate_dashboardgenerate_dashboardshtml_accordionhtml_badgehtml_cardhtml_dividerhtml_iframehtml_metrichtml_spacericonmd_textmerge_collectionsmodal_contentmodal_linknavbar_menunavbar_sectionpreviewpublish_dashboardrender_inputrender_input_rowrender_sparkline_cardrender_sparkline_card_rowrender_value_boxrender_value_box_rowrender_viz_htmlsave_widgetset_tabgroup_labelsset_tabgroup_labels.page_objectshow_structureshow_when_closeshow_when_openshowcase_dashboardsidebar_groupspec_viztext_linestheme_academictheme_ascortheme_cleantheme_moderntheme_uvatooltiptutorial_dashboardupdate_dashboardvalidate_specsviz_barviz_boxplotviz_densityviz_dumbbellviz_funnelviz_gaugeviz_heatmapviz_histogramviz_lollipopviz_mapviz_pieviz_sankeyviz_scatterviz_stackedbarviz_stackedbarsviz_timelineviz_treemapviz_waffle

Dependencies:askpassassertthatbackportsbase64encbroombslibcachemclicliprcommonmarkcpp11crayoncredentialscurldata.tabledescdigestdplyrevaluatefansifastmapfontawesomeforcatsfsgenericsgertgitcredsgluehighcharterhighrhtmltoolshtmlwidgetshttr2igraphinijquerylibjsonliteknitrlaterlatticelifecyclelubridatemagrittrMatrixmemoisemimeopensslpillarpkgconfigprocessxpspurrrquantmodquartoR6rappdirsRcpprjsonrlangrlistrmarkdownrprojrootrstudioapisassstringistringrsystibbletidyrtidyselecttimechangetinytexTTRusethisutf8vctrswhiskerwithrxfunXMLxtsyamlzipzoo

Accessibility
Enabling Accessibility | Features | Skip-to-Content Link | Focus Indicators | Modal Focus Trapping | Tab Keyboard Navigation | ARIA Live Region | Reduced Motion | Alt Text for Visualizations | ARIA Labels on Value Boxes and Metrics | Example Dashboard | WCAG 2.1 AA Notes

Last update: 2026-02-18
Started: 2026-02-16

Advanced Features
πŸ” Filtering Data | Why Use Filters? | Filter Syntax | Basic Example: Comparing Groups | Complex Filters: Multiple Conditions | Filters vs. group_var | Filter + title_tabset: Organized Comparisons | πŸ“š Batch Creation with add_vizzes() | The Problem: Repetitive Code | The Solution: Vector Parameters | How It Works | Different Tabgroups Per Viz | 🎚️ Interactive Inputs | How Inputs Work | Input Types | Select Dropdowns | Grouped Options | Checkbox & Radio Buttons | Sliders | Switch (Toggle Series) | Input Layout | Input Parameters Reference | Complete Example | πŸ“‹ Page Sidebars | Why Use Sidebars? | Basic Sidebar | Sidebar Position | Sidebar Content | Multi-Column Inputs | Different Sidebars Per Page | Sidebar Parameters | Mobile Behavior | πŸ”„ Cross-Tab Filtering & Dynamic Titles | Conditional Visibility with show_when | Dynamic Titles with Placeholders | Derived Placeholders with title_map | Consistent Colors with Named color_palette | Series Ordering with group_order | Complete Sidebar Example | βš–οΈ Survey Weights | Why Use Weights? | Applying Weights | Weight as a Default | 🎯 Customizing Tooltips | Quick Customization (Tier 1) | Format Strings (Tier 2) | Full Control (Tier 3) | 🎨 Icons | Icon Format | Popular Icon Sets | Page Icons | Tabgroup Icons | Icons in Text | Finding Icons | Best Practice: Consistency | πŸͺŸ Modals | Why Use Modals? | Basic Modal Usage | Modal with Image | Modal with Data Table | Modal Parameters | Multiple Modals on One Page | Low-Level Modal Functions | 🧭 Navbar Customization | Dropdown Menus | External Links | Sidebar Navigation | Page Alignment | 🎨 Tab Styling | Available Themes | Custom Colors | Example: Corporate Theme | Example: Dark Theme | ⚑ Lazy Loading | When to Use Lazy Loading | Enable Lazy Loading | When to Use | Loading Overlays | 🏷️ Powered by dashboardr Branding | Style Options | Size Options | Combining with Custom Footer | Related Vignettes

Last update: 2026-02-18
Started: 2025-11-02

Backends
Backend overview | Licensing & Usage Warnings | Supported Backends | Default: Highcharter | Switching Backends | Plotly | ECharts | ggiraph | Collection-Wide Backend | Dashboard-Wide Backend | Validation with print(check = TRUE) | Limitations

Last update: 2026-02-18
Started: 2026-02-08

Content Collections: Deep Dive
πŸ“¦ What Content Collections Store | βš™οΈ The Defaults System | Why Use Defaults? | Override Hierarchy | Any Parameter Can Be a Default | 🏷️ Custom Labels and Tooltips | Axis Labels | Tooltip Customization | βž• Combining Collections | The + Operator | combine_viz() | πŸ“Š Visualization Types | Bar Charts | Means with Error Bars | Stacked Bars | Histograms | Density Plots | Box Plots | Multiple Stacked Bars (Likert Scales) | Timeline | Heatmap | Scatter Plots | Treemap | Map | πŸ“ Organizing with Tabgroups | Nested Tabgroups | Custom Tab Labels | πŸ“ Content Blocks | Text Blocks | Callouts | Cards | Accordions | Quotes | Badges | Metrics | Value Boxes | Value Box Rows | Code Blocks | Images | Videos | iframes | Raw HTML | πŸ“Š Tables and Custom Charts | gt Tables | Reactable Tables | DT DataTables | Basic Tables | Custom Highcharter Charts | πŸ“ˆ Working with Pre-aggregated Data | Bar Charts with Pre-aggregated Data | Stacked Bars with Pre-aggregated Data | Histograms with Pre-aggregated Data | Timelines with Pre-aggregated Data | Heatmaps with Pre-aggregated Data | Treemaps with Pre-aggregated Data | πŸ”² Layout Helpers | Dividers | Spacers | πŸ‘οΈ Previewing Content | Limitations of Preview | ➑️ Next Steps

Last update: 2026-02-18
Started: 2026-01-26

Creating Box Plots with viz_boxplot()
πŸ“– Introduction | πŸ“Š Basic Box Plot | πŸ“Š Grouped Box Plots | πŸŽ“ Box Plot by Education Level | βš™οΈ Controlling Outlier Display | ↔️ Horizontal Box Plots | 🏷️ Custom Category Labels | πŸ”’ Custom Category Order | 🎨 Custom Color Palette | πŸ” Handling Missing Values | πŸ“Š Comparing Multiple Groups | πŸ“š Summary

Last update: 2026-02-18
Started: 2026-01-31

Creating Density Plots with viz_density()
πŸ“– Introduction | πŸ“Š Basic Density Plot | πŸ“Š Grouped Densities | 🎨 Customizing Appearance | Adjusting Fill Opacity | Adding Rug Marks | βš™οΈ Controlling Bandwidth | Low Bandwidth (More Detail) | High Bandwidth (Smoother) | πŸ“Š Multiple Group Comparison | πŸ” Handling Missing Groups | πŸ”’ Custom Group Ordering | πŸ“š Summary

Last update: 2026-02-18
Started: 2026-01-31

Creating Histograms with viz_histogram()
πŸ“– Introduction | πŸ“Š Basic Histograms | βš™οΈ Controlling Bin Size | Few Bins (Smooth) | Many Bins (Detailed) | πŸ”’ Count vs. Percent | 🎨 Custom Colors | πŸ‘οΈ Hiding Data Labels | 🏷️ Labels and Tooltips | πŸ“ Using with create_content() | Multiple Histograms with Filters | Multiple Variables | πŸ” Interpreting Histograms | Distribution Shapes | What to Look For | πŸ’‘ When to Use Histograms | πŸ“š See Also

Last update: 2026-02-18
Started: 2026-01-26

Creating Maps with viz_map()
πŸ“– Introduction | Preparing Map Data | 🌍 World Map: Life Expectancy | πŸ’° World Map: GDP per Capita | πŸ“‹ Available Map Types | πŸ” When to Use Maps | πŸ“š See Also

Last update: 2026-02-18
Started: 2026-01-26

Creating Scatter Plots with viz_scatter()
πŸ“– Introduction | πŸ“Š Basic Scatter Plots | πŸ“ˆ Adding Trend Lines | 🎨 Coloring by Groups | πŸ“Š Age vs Education | πŸ‘οΈ Handling Overlap with Transparency | 🏷️ Labels and Tooltips | πŸ“ Using with create_content() | With Filters | Multiple Relationships | πŸ” Interpreting Scatter Plots | Correlation Patterns | What to Look For | πŸ’‘ When to Use Scatter Plots | πŸ“š See Also

Last update: 2026-02-18
Started: 2026-01-26

Creating Treemaps with viz_treemap()
πŸ“– Introduction | πŸ“Š Basic Treemaps | Simple Category Sizes | Race Distribution | πŸ—οΈ Hierarchical Treemaps | Region by Race | 🎨 Custom Colors | 🏷️ Labels and Tooltips | πŸ“ Using with create_content() | Basic Integration | Multiple Treemaps | πŸ’‘ Data Preparation Tips | Simple Counts | Hierarchical Counts | With Calculated Values | πŸ” When to Use Treemaps | πŸ“š See Also

Last update: 2026-02-18
Started: 2026-01-26

Date Inputs
Date Picker | Date Range | Integration with Cross-Tab Filtering | Requirements

Last update: 2026-02-18
Started: 2026-02-16

Getting Started with dashboardr
πŸ“¦ What is dashboardr? | πŸ“₯ Installation | πŸ—οΈ What We'll Build | 🧱 Core Concepts | Layer 1: Content | Layer 2: Pages | Layer 3: Dashboard | ⚑ Your first Dashboard in 1 Minute | πŸ’‘ Tips | πŸ”§ Function Overview | The Typical Pattern | πŸ–ΌοΈ Community Gallery | πŸ“š Learn More

Last update: 2026-02-18
Started: 2025-11-02

Live Demos
Community Gallery | Overview | Main Demos | Advanced Demos | Real-World Dashboards | Tabset Theme Demos | Loading Overlays | Tutorial Dashboard | Showcase Dashboard | Setting a Tabset Theme | Creating Nested Tabs | Page Sidebars | Requirements | Next Steps

Last update: 2026-02-18
Started: 2025-11-02

Publishing Dashboards to GitHub Pages
πŸ“– What You'll Learn | βš™οΈ Prerequisites | πŸ”§ Part 1: One-Time Setup (Do This Once) | πŸ’» Step 1: Install Git on Your Computer | Windows | macOS | Linux | πŸ‘€ Step 2: Tell Git Who You Are | βœ… Step 3: Check Everything Works | 🌐 Step 4: Create a GitHub Account | πŸ” Step 5: Set Up Authentication | Create Your Token | Store Your Token | πŸš€ Part 2: Publishing Your Dashboard | πŸ“Š Step 1: Generate Your Dashboard | 🌍 Step 2: Publish! | Key Arguments | What happens: | βš™οΈ Additional Options | πŸ”„ Part 3: Updating Your Dashboard | πŸ“Š Step 1: Regenerate Your Dashboard | ⬆️ Step 2: Push Your Updates | Update Options | πŸ“‹ Complete Workflow Example | πŸ”§ Troubleshooting | "Error: No GitHub token" | "Error: Git is not installed" | "Repository already exists" | "Error: not a git repository" | GitHub Pages shows 404 | Data files are being committed | πŸ’‘ Tips and Best Practices | 1. Keep Data Out of Git | 2. Write Descriptive Commit Messages | 3. Test Locally First | 4. Update Regularly | 5. Check Your Site | ➑️ Next Steps

Last update: 2026-02-18
Started: 2025-11-17

Showcase Dashboard Code Examples
Overview | Data Preparation | Demographics & Education Tabset | Happiness by Education | Happiness by Gender | Political Attitudes Tabset | Party ID by Political Views | Trust by Region | Gender by Social Class | Social Issues Tabset | Trust by Education and Age | Trust by Region and Education | Standalone Summary Charts | Overall Happiness by Education | Overall Trust by Politics | Visualization Index | Next Steps

Last update: 2026-02-18
Started: 2026-02-01

Tutorial Dashboard Code Examples
Overview | Data Preparation | Example 1: Stacked Bars (Demographics Tabset) | Happiness by Education | Happiness by Gender | Example 2: Heatmaps (Social Issues Tabset) | Trust by Education and Age | Trust by Region and Education | Standalone Charts (No Tabsets) | Overall Happiness by Education | Trust by Party and Political Views | Building the Complete Dashboard | Visualization Index | Next Steps

Last update: 2026-02-18
Started: 2026-02-01

URL Parameters
Enabling URL Parameters | URL Format | Sharing Pre-Filtered Links | Nested Tabs | Example Dashboard

Last update: 2026-02-18
Started: 2026-02-16

Customizing Visualizations
Color Palettes | Named palette (category mapping) | Grouped bar with palette | Unnamed sequential palette | Tooltips | Format strings | Prefix and suffix shortcuts | Styled tooltips | Shared tooltips for grouped charts | Legends | Data Labels | Axis Labels and Formatting | Error Bars | Horizontal Bars | Sorting | Custom Category Order | Missing Values | Themes and Fonts | Chart Backends | Combining Customizations

Last update: 2026-02-16
Started: 2026-02-16

Getting Started With viz_timeline()
πŸ“– Introduction | βš™οΈ Setup | πŸ“Š Example 1: Basic Stacked Area Chart | πŸ“ˆ Example 2: Line Chart with Grouping | πŸ—“οΈ Example 3: Time Binning | πŸ”’ Example 4: Controlling Response Order | πŸ’‘ Tips for Using the Function | 1. Check Your Data First | 2. Handle Missing Data | 3. Interactive Features | 4. Labels and Tooltips | ⚑ Advanced Features | Response Binning | Response Filtering | Combining Filters with Groups | πŸ“ Integration with Dashboards | Comparative Analysis with Filters | πŸ“š Conclusion

Last update: 2026-02-10
Started: 2025-09-02

Multi-Question Stacked Bar Charts (Legacy Reference)
Migration to Unified Function | βš™οΈ Getting Started | πŸ“‹ Data Preparation | πŸ“Š Basic Multi-Question Charts | Example 1: Social Trust and Attitudes | Example 2: Percentage-Based Comparison | 🎨 Advanced Customization | Example 3: Custom Response Ordering and Mapping | Example 4: Including Missing Values | πŸ“ Working with Different Question Types | Example 5: Happiness and Life Satisfaction | Example 6: Combining Different Question Types | πŸ”¬ Advanced Analysis Techniques | Example 7: Demographic Subgroup Analysis | πŸ“‹ Working with Survey Batteries | Example 9: Creating Question Batteries | 🏷️ Labels and Tooltips Reference | Summary of Label and Tooltip Options | πŸ’‘ Best Practices and Tips | Example 10: Publication-Ready Chart | βœ… Summary and Best Practices | βœ… Key Features Demonstrated | 🎯 Best Practices for Multi-Question Charts | πŸ“š Conclusion

Last update: 2026-02-10
Started: 2025-07-09

Creating Bar Charts with viz_bar()
πŸ“– Introduction | πŸ“Š Basic Bar Charts | Simple Category Counts | With Custom Labels | πŸ“Š Grouped Bar Charts | Basic Grouping | With Custom Colors | ↔️ Horizontal vs. Vertical | Vertical Bars | Horizontal Bars (Better for Long Labels) | πŸ”’ Count vs. Percent | Count | Percent | πŸ“Š Means with Error Bars | Basic Mean Chart with Error Bars | Error Bar Types | Grouped Means with Error Bars | Customizing Error Bar Appearance | 🏷️ Labels and Tooltips | Axis Labels | Tooltip Customization | πŸ”’ Working with Numeric Variables | Automatic Binning | Custom Binning | 🎨 Advanced Styling | Custom Ordering | Colorful Individual Bars | 🌍 Real-World Examples | Survey Response Comparison | Demographic Breakdown | πŸ“ Using with create_viz() | With Filters | With Tabgroups | πŸ” Comparison with Other Chart Types | When to Use Bar Charts | πŸ’‘ Tips and Best Practices | πŸ“š See Also

Last update: 2026-01-31
Started: 2025-11-02

Pages: Deep Dive
πŸ“„ What is create_page()? | πŸ†š create_page() vs create_content() | πŸ”€ Two Workflows | Workflow 1: Simple Dashboards (Direct) | Workflow 2: Complex Dashboards (Modular) | πŸ“„ Page Types | Landing Pages | Example: Analysis Pages | Example: Text-Only Pages | Example: Dashboard-Style Pages | βš™οΈ Page Settings | Icons | Navbar Alignment | Page-Level Defaults | Loading Overlays | Overlay Themes | Overlay Options | πŸ“‘ Pagination | πŸ‘οΈ Previewing Pages | πŸ“Š Data Inheritance | ➑️ Next Steps

Last update: 2026-01-31
Started: 2026-01-26

Dashboards: Deep Dive
πŸ“¦ What the Dashboard Object Does | πŸ—οΈ Creating Dashboards | Basic Creation | Key Parameters | Adding Pages | βš™οΈ Generating Output | Basic Generation | Generation Options | Development Workflow | 🎨 Themes | Built-in Quarto Themes | Custom Themes with apply_theme() | Customizing Themes | 🧭 Navbar Styling | Basic Navbar Colors | Light vs Dark Navbar | πŸ“‘ Tab Styling | Tab Themes | πŸ”€ Navigation Features | Enhanced Navigation | Dropdown Menus & Sidebar | πŸ”— Social Links | πŸš€ Publishing | Metadata | Analytics | πŸ“‹ Complete Example | πŸ“š Related Vignettes

Last update: 2026-01-31
Started: 2026-01-26

Creating Interactive Heatmaps with viz_heatmap
πŸ“– Introduction | βš™οΈ Getting Started | πŸ“‹ Data Preparation | πŸ“Š Basic Heatmap Examples | Example 1: Average Age by Education and Gender | Example 2: Income Distribution with Custom Ordering | ⚑ Advanced Heatmap Features | Example 3: Including Missing Values | Example 4: Regional Analysis with Custom Colors | 🏷️ Labels and Tooltips Reference | πŸ’‘ Summary and Best Practices | βœ… Key Features Demonstrated | 🎯 Best Practices for Heatmaps | πŸ“š Conclusion

Last update: 2026-01-31
Started: 2025-09-02

Creating Interactive Stacked Bar Charts with viz_stackedbar
πŸ“– Introduction | βš™οΈ Getting Started | πŸ“‹ Data Preparation | πŸ“Š Basic Stacked Bar Charts | Example 1: Education by Gender (Count-based) | Example 2: Happiness Distribution (Percentage-based) | ⚑ Advanced Features | Example 3: Age Binning with Political Views | Example 4: Including Missing Values | Example 5: Custom Value Mapping | πŸ”¬ Complex Analysis Examples | Example 6: Regional Patterns in Trust | πŸ“Š Multi-Variable Mode: Comparing Survey Questions | Example 7: Basic Multi-Variable Comparison | Example 8: Multi-Variable with Response Mapping | Example 9: Single Variable with x_vars (Compact Display) | Example 9b: Horizontal Multi-Variable Chart | Example 10: Survey Battery Analysis | Example 11: Publication-Ready Chart | 🏷️ Labels and Tooltips Reference | Summary of Label and Tooltip Options | When to Use Each Mode | πŸ’‘ Summary and Best Practices | βœ… Key Features Demonstrated | 🎯 Best Practices for Stacked Bar Charts | General Guidelines | Multi-Variable Mode Best Practices | 🌍 Common Use Cases | πŸ“š Conclusion

Last update: 2026-01-31
Started: 2025-07-08

Readme and manuals

Help Manual

Help pageTopics
Combine Content Collections with + Operator+.content_collection
Combine Visualization Collections with + Operator+.viz_collection
Add collapsible accordion/details sectionadd_accordion
Add a status badgeadd_badge
Add callout boxadd_callout
Add a callout to a pageadd_callout.page_object
Add cardadd_card
Add code blockadd_code
Add content collection(s) to a pageadd_content
Add a page to the dashboardadd_dashboard_page
Add horizontal divideradd_divider
Add DT datatableadd_DT
Add an echarts4r chart to the dashboardadd_echarts
Add a filter control (simplified interface)add_filter
Add a ggiraph interactive plot to the dashboardadd_ggiraph
Add a static ggplot2 plot to the dashboardadd_ggplot
Add gt tableadd_gt
Add a custom highcharter chartadd_hc
Add raw HTML contentadd_html
Add iframeadd_iframe
Add image to content collection (pipeable)add_image
Add an interactive input filteradd_input
Start an input rowadd_input_row
Start a manual layout columnadd_layout_column
Start a manual layout row inside a layout columnadd_layout_row
Add a leaflet map to the dashboardadd_leaflet
Add linked parent-child inputs (cascading dropdowns)add_linked_inputs
Add a metric/value boxadd_metric
Add Modal to Content Collection (Pipeable)add_modal
Add a custom navbar element to dashboardadd_navbar_element
Add Page to Dashboard (Alias)add_page
Add multiple pages to a dashboardadd_pages
Add pagination break to visualization collectionadd_pagination add_pagination.page_object
Add a plotly chart to the dashboardadd_plotly
Add "Powered by dashboardr" branding to footeradd_powered_by_dashboardr
Add a blockquoteadd_quote
Add reactable tableadd_reactable
Add a reset button to reset filtersadd_reset_button
Add a sidebar to a pageadd_sidebar
Add vertical spaceradd_spacer
Add generic table (data frame)add_table
Add text to content collection (pipeable)add_text
Add text to a pageadd_text.page_object
Add a custom styled value boxadd_value_box
Start a value box rowadd_value_box_row
Add videoadd_video
Add a visualization to the collectionadd_viz
Add Multiple Visualizations at Onceadd_vizzes
Add a generic htmlwidget to the dashboardadd_widget
Apply Theme to Dashboardapply_theme
Generate an ASCoR-themed dashboard for the University of Amsterdamascor_dashboard
Create a Bootstrap card componentcard
Display cards in a Bootstrap rowcard_row
Combine content collections (universal combiner)combine_content
Combine visualization collectionscombine_viz
Create a Styled Blockquotecreate_blockquote
Create a new content/visualization collection (alias for create_viz)create_content
Create a new dashboard projectcreate_dashboard
Create a loading overlay for a dashboard pagecreate_loading_overlay
Create a page objectcreate_page
Create pagination navigation controls for a dashboard pagecreate_pagination_nav
Create a new visualization collectioncreate_viz
Start dashboardr MCP Serverdashboardr_mcp_server
Enable Accessibility Enhancementsenable_accessibility
Enable chart export buttons (PNG/SVG/PDF/CSV)enable_chart_export
Enable Input Filter Functionalityenable_inputs
Enable Modal Functionalityenable_modals
Enable show_when (conditional visibility) script onlyenable_show_when
Enable Sidebar Stylingenable_sidebar
Enable URL Parameter Deep Linkingenable_url_params
End an input rowend_input_row
End a manual layout columnend_layout_column
End a manual layout rowend_layout_row
End a sidebarend_sidebar
End a value box rowend_value_box_row
Generate all dashboard filesgenerate_dashboard
Generate multiple dashboardsgenerate_dashboards
Create a collapsible accordion sectionhtml_accordion
Create a status badgehtml_badge
Create a Bootstrap-style cardhtml_card
Create a horizontal dividerhtml_divider
Create an iframe embedhtml_iframe
Create a metric cardhtml_metric
Create a vertical spacerhtml_spacer
Create iconify icon shortcodeicon
Knitr print method for content collectionsknit_print.content_collection
Knitr print method for dashboard projectsknit_print.dashboard_project
Knitr print method for page objectsknit_print.page_object
Create multi-line markdown text contentmd_text
Merge two content/viz collectionsmerge_collections
Create Modal Content Containermodal_content
Create Modal Linkmodal_link
Create a navbar dropdown menunavbar_menu
Create a navbar section for hybrid navigationnavbar_section
Preview any dashboardr objectpreview
Print Dashboard Projectprint.dashboard_project
Print method for tooltip configurationsprint.dashboardr_tooltip
Print method for dashboardr_widget - opens in viewerprint.dashboardr_widget
Print method for page objectsprint.page_object
Print Visualization Collectionprint.viz_collection
Publish dashboard to GitHub Pagespublish_dashboard
Render an input widgetrender_input
Render a row of input widgetsrender_input_row
Render a single value boxrender_value_box
Render a row of value boxesrender_value_box_row
Render a viz result as raw HTMLrender_viz_html
Save widget as self-contained HTMLsave_widget
Set or update tabgroup display labelsset_tabgroup_labels
Set tabgroup labels for a pageset_tabgroup_labels.page_object
Show collection structure (even with data attached)show_structure
Close a conditional-visibility wrappershow_when_close
Open a conditional-visibility wrappershow_when_open
Generate a showcase dashboard demonstrating all dashboardr features.showcase_dashboard
Create a sidebar group for hybrid navigationsidebar_group
Create a single visualization specificationspec_viz
Create text content from a character vectortext_lines
Apply a Professional Academic Theme to Dashboardtheme_academic
Apply ASCoR/UvA Theme to Dashboardtheme_ascor
Apply a Clean Theme to Dashboardtheme_clean
Apply a Modern Tech Theme to Dashboardtheme_modern
Apply UvA Theme to Dashboard (Alias)theme_uva
Create a Tooltip Configurationtooltip
Generate a tutorial dashboard.tutorial_dashboard
Update dashboard on GitHubupdate_dashboard
Validate visualization specifications in a collectionvalidate_specs
Create Bar Chartviz_bar
Create a Box Plotviz_boxplot
Create a Density Plotviz_density
Create a Dumbbell Chartviz_dumbbell
Create a Funnel Chartviz_funnel
Create a Gauge or Bullet Chartviz_gauge
Create a Heatmapviz_heatmap
Create an Histogramviz_histogram
Create a Lollipop Chartviz_lollipop
Create an interactive map visualizationviz_map
Create a Pie or Donut Chartviz_pie
Create a Sankey Diagramviz_sankey
Create Scatter Plotviz_scatter
Create a Stacked Bar Chartviz_stackedbar
Stacked Bar Charts for Multiple Variables (Superseded)viz_stackedbars
Create a Timeline Chartviz_timeline
Create a treemap visualizationviz_treemap
Create a Waffle Chartviz_waffle