#' @name mdeditor
#' @title Opens mdEditor to create and edit metadata
#'
#' @description A function to open mdEditor in a web browser from which to create or edit metadata.
#'
#' @export
#'
#' @examples
#' \dontrun{
#' mdeditor()}
mdeditor <- function(){
utils::browseURL(url="https://go.mdeditor.org/#/dashboard",
browser=NULL)
message("Opening mdEditor...")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.