Rui
April 8, 2023
---
title: "用shiny构建dashboard可视化地理数据"
author: "Rui"
date: "2023-4-10"
categories: [R, Shiny]
image: "shiny.jpg"
format:
html:
code-fold: false
code-tools: true
---
```{r setup, include = FALSE}
# 设置默认参数
knitr::opts_chunk$set(
echo = TRUE,
fig.align = "center",
message = FALSE,
warning = FALSE,
collapse = TRUE
)
```
:::{.column-screen}
<iframe height="1000" width="100%" frameborder="no" src="https://ck00b8-wang-rui.shinyapps.io/company_visualization_app/?_ga=2.174841122.1457564695.1680492318-1551760688.1680492318"> </iframe>
:::