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