#' birdspwnv
#'
#' A dataset containing the incidence of West Nile Virus on birds
#' The raw-data is from Tolsá, María J., et al. "Macroecology of birds potentially susceptible to West Nile virus."
#' #' Then data was summarized counting entries for West Nile Virus taked as raw incidence for each bird
#'
#'@docType data
#'
#'@keywords datasets
#'
#'@format A data frame with 1209 rows and 2 variables:
#' \describe{
#' \item{species}{Bird species}
#' \item{incidence}{Number of records from Tolsa et al. 2018 database for each species of bird}
#' }
#'@source \url{http://dx.doi.org/10.1098/rspb.2018.2178}
#'@example
#' data(birdswnv)
"birdswnv"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.