#' Dereference a hash code into a link and a number.
#'
#' @param hash The alphanumeric character string identifying the object.
#' @export
dereference_hash <- function(hash) {
# This is just a stub
# We need to implement a system for collecting hash codes that the
# other label/URL they identify.
if (hash == "jAOmME") list(URL="none yet", number="26.16")
else list(URL="none yet", number = hash)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.