Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easy interactive dashboards for R

License

NotificationsYou must be signed in to change notification settings

rstudio/flexdashboard

Repository files navigation

CRAN statusR-CMD-check

The goal offlexdashboard is to make it easy to create interactivedashboards for R, using R Markdown.

  • UseR Markdown to publish a group ofrelated data visualizations as a dashboard.

  • Support for a wide variety of components includinghtmlwidgets; base, lattice, and gridgraphics; tabular data; gauges and value boxes; and text annotations.

  • Flexible and easy to specify row and column-basedlayouts.Components are intelligently re-sized to fill the browser and adaptedfor display on mobile devices.

  • Storyboardlayouts for presenting sequences of visualizations and relatedcommentary.

  • Optionally useShiny to drivevisualizations dynamically.

  • Optionally usebslib to easilycustomize main colors, fonts, andmore.

Learn more aboutflexdashboard:https://pkgs.rstudio.com/flexdashboard

Examples

example flexdashboard with d3 heatmap  example flexdashboard using ggplotly  example flexdashboard using Shiny

View more exampleshere.

Installation

Install theflexdashboard package from CRAN as follows:

install.packages("flexdashboard")

If you want to use the development version of theflexdashboardpackage, you can install the package from GitHub via theremotespackage:

remotes::install_github('rstudio/flexdashboard')

Usage

To author aflexdashboard you create anRMarkdown document with theflexdashboard::flex_dashboard output format. You can do this fromwithin RStudio using theNew R Markdown dialog:

If you are not using RStudio, you can create a newflexdashboard RMarkdown file from the R console. Currently there are twotemplates:

rmarkdown::draft("dashboard.Rmd",template="flex_dashboard_bslib",package="flexdashboard")

Getting help

There are two main places to get help with flexdashboard:

  • ThePositcommunityis a friendly place to ask any questions about flexdashboard. Be sureto use theflexdashboard tag. Add also theshiny tag is you areusing a Shiny runtime.

  • StackOverflow isa great source of answers to commonflexdashboard questions. It isalso a great place to get help, once you have created a reproducibleexample that illustrates your problem. Use the tags[r][flexdashboard]if you ask a question. Add the tag[shiny] if you are using a Shinyruntime.

Code of Conduct

Please note that theflexdashboard project is released with aContributor Code ofConduct.By contributing to this project, you agree to abide by its terms.


[8]ページ先頭

©2009-2025 Movatter.jp