# Error messages
err_msg <- list()
err_msg$path_not_valid <- "Input filename is not a valid path to a file."
err_msg$file_missing <- "File not found."
err_msg$format_not_supported <- "Format not supported."
err_msg$schema_is_missing <- "Document schema is missing."
err_msg$schema_not_supported <- "Document schema not supported."
# Warning messages
warn_msg <- list()
warn_msg$method_not_implemented <- "Method is not implemented."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.