# =============================================================================
# crée table listant les data.Drees de la sous-direction OSOL
# =============================================================================
library(tidyverse)
library(rvest)
library(stringr)
OSOLdatadrees <- liste_datadrees(producteurs = c("OSOL"))
# ===================================================================================
usethis::use_data(OSOLdatadrees,
overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.