#' Return the legal melodic leaps (independent of key) for first species
#'
#' @description {Return the legal melodic leaps (independent of key) for first species}
#' @return vector
#' @export get_leaps
get_leaps <- function()
{
  return(c(5, 7, 8, 12))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.