## code to prepare `data` dataset goes here
#"data" รจ il file delle aziende coinvolte.
library(readxl)
library(janitor)
library(usethis)
data_aziende = readxl::read_xlsx("C:/Users/fabio/Desktop/OliveHealthR/data-raw/2_Dati_monitoraggio.xlsx") %>%
janitor::remove_empty("rows")
usethis::use_data(data_aziende, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.