-
ronan.vignard authored
Création de la procédure pour la création d'un dataframe unique prélèvements + analyse pour les données Hub'eau ESu
ronan.vignard authoredCréation de la procédure pour la création d'un dataframe unique prélèvements + analyse pour les données Hub'eau ESu
flat_insert_data_hubeau_esu.Rmd 870 B
title: "Insertion des pr\u00e9l\u00e8vements et analyses Hubeau ESU"
output: html_document
editor_options:
chunk_output_type: console
library(testthat)
library(yaml)
library(datalibaba)
library(dplyr)
library(stringr)
library(glue)
library(DBI)
library(RPostgres)
# Load already included functions if relevant
pkgload::load_all(export_all = FALSE)
# Lire le fichier de configuration
config <- yaml::read_yaml("config.yml")
# Accéder à la valeur pour version
version <- config$version
# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/flat_insert_data_hubeau_esu.Rmd", vignette_name = "Insertion des pr\u00e9l\u00e8vements et analyses Hubeau ESU")