#' @title Validate
#'
#'
#'
#' @param element, field a list of Lattes CV XML files.
#' @param field field a list of Lattes CV XML files.
#'
#'
#'
#'
#' @export Validate
Validate <- function (element, field){
result<-NULL
tryCatch( result<-xmlGetAttr(element,field) ,
error = function(e) {
}
)
if(field=='TEXTO-RESUMO-CV-RH' && is.null(result) ){
result<-""
}
result
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.