View source: R/ajoute_nom_station.R
ajoute_nom_station | R Documentation |
fonction pour ajouter le nom de la station sandre à une data frame qui contient des codes stations SANDRE
ajoute_nom_station(x, col_station = "CdStationMesureEauxSurface")
x |
data.frame avec le code station |
col_station |
: nom de la colonne avec le code station Valeur par défaut : CdStationMesureEauxSurface |
la fonction le data.frame complété de la colonne NomParametre
test<-data.frame(CdStationMesureEauxSurface2=c("03174000", "04207500"))
ajoute_nom_station(test, col_station="CdStationMesureEauxSurface2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.