#' Raise issue with config file
#'
#' @param handle an object of class \code{fdp, R6} containing metadata required
#' by the Data Pipeline API
#' @param issue a \code{string} specifying the issue
#' @param severity a \code{numeric} value specifying the severity
#'
#' @export
#'
raise_issue_config <- function(handle,
issue,
severity) {
handle$raise_issue(index = NA,
type = "config",
use_data_product = NA,
use_component = NA,
use_version = NA,
use_namespace = NA,
issue = issue,
severity = severity)
usethis::ui_done("Recording issues in handle")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.