#' Updates cleaning info in the revare object
#'
#' @param x list of type cleaninginfo with data types
#' @param revObj dataReviewRobject to be updated
#' @return \code{revObj} updated dataReviewRobject
updateReviewObject.cleaninginfo <- function(x, revObj){
revObj$cleaninginfo <- x
return(revObj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.