View source: R/fibdl_listflor_transcode.R
fibdl_listflor_transcode | R Documentation |
Harmonisation taxonomique au niveau espèce de la liste flroistique
fibdl_listflor_transcode(listflor)
data |
liste floristique dans le bon format |
liste floristique au niveau taxonomique espèce
listflor <- tibble::tibble(id_prelevement=1,
taxons=c("NITZ","ADPA","ABAS","PBTH","PHAO","PSDG","NXDS","GLAT",
"DSTE","RABB","COCE","ENCM","PSBR","PLTD","ADEU","AUPU"),
ab=c(202,20,2,26,12,5,6,74,5,2,3,3,15,10,5,20))
fibdl_listflor_transcode(listflor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.