powered by
libxmlVersion()
ver <- libxmlVersion() if(is.null(ver)) { cat("Relly old version of libxml ") } else { if(ver$major > 1) { cat("Using libxml2 ") } }
Run the code above in your browser using DataLab