- ---
- title: "报表示范"
- output:
- flexdashboard::flex_dashboard:
- source_code: embed
- orientation: columns
- vertical_layout: fill
- theme: cosmo
- ---
-
- 可视化 {data-icon="fa-area-chart"}
- =====================================
- <style type="text/css">
- body {
- background-color: #293441;
- }
- </style>
-
- ```{r setup, include=FALSE}
- library(flexdashboard)
- library(shiny)
- library(highcharter)
- library(echarts4r)
- library(dplyr)
- library(ggplot2)
- library(DT)
- library(leaflet)
- library(leafletCN)
-
- ```
-
- Column 1 {data-width=200}
- -------------------------------------
-
- ### Chart 1 {data-height=100}
- ```{r}
- valueBox(42, caption = "Errors", icon="fa-thumbs-down", color = "green")
- ```
-
- ### Chart