#' Check edar
#'
#' @description A simple function to check if the package is loaded correctly.
#' @return A console message.
#' @export
#'
#' @examples
#' edar()
edar <- function() {
cat("Package 'edar' is loaded.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.