View source: R/stations.coderhj.R
stations.coderhj | R Documentation |
Cette fonction permet d'extraire la distance à la source ou le code écosystème à partir du coderhj
stations.coderhj(
data,
DistSource = T,
ColonneEntree = NA_character_,
ColonneSortie = NA_character_
)
data |
Dataframe contenant au moins la colonne ColonneEntree |
DistSource |
Si |
ColonneEntree |
Champ contenant la donnée d'entrée |
ColonneSortie |
Champ recevant la donnée de sortie (peut être identique au champs d'entrée si on le souhaite) |
stations.coderhj(data, ColonneEntree = "test", ColonneSortie = "V3")
stations.coderhj(data, ColonneEntree = "test", ColonneSortie = "test")
stations.coderhj(data, ColonneEntree = "test", ColonneSortie = "V3", DistSource = F)
stations.coderhj(data, ColonneEntree = "test", ColonneSortie = "test", DistSource = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.