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