Nothing
# ---------------------------------------------------------------------------- #
#' get_ritu_name
#'
#' @param masa_num Number associated with a Masa
#'
#' @return Ritu's name
#'
#' @examples
#' ritu(2)
get_ritu_name <- function(masa_num){
return (ritus[ritu(masa_num)])
}
# ---------------------------------------------------------------------------- #
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.