library(readxl)
data <- read_excel("data-raw/md_check/RPA报表所需资料-美素&大客户-20210805reviewed.xlsx",
sheet = "商场")
View(data)
View(data)
data2 = data$FID
data2
paste0(data2,collapse = '+')
View(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.