#' Setup list of butterfly species
#'
#' @return
#' @export
#'
#' @examples butterflies <- setup_bfly_species()
setup_bfly_species <- function() {
bfly_species <- c('Grayling' , 'Large Heath', 'Small Pearl-bordered Fritillary' , 'Northern Brown Argus' )
return(bfly_species)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.