ReadSpeciesList <- function(TerrADat_Path, Internal){
if(!Internal){
SpeciesList<- sf::st_read(dsn = TerrADat_Path ,
layer = "tblStateSpecies")}
if(Internal){
SpeciesList <- SpeciesList
}
SpeciesList <- SpeciesList %>% dplyr::rename(Species = SpeciesCode)
return(SpeciesList)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.