R/utils.R

# Load an SVG file
# @param file character; the name of the file to load
#loadSVG <- function(file) {
#  #svg <- xmlTreeParse(file, useInternalNodes=TRUE, addAttributeNamespaces=TRUE, fullNamespaceInfo=FALSE)
#  svg <- xmlParse(file)
#  return(svg)
#}
abarbour/beachball documentation built on May 10, 2019, 4:06 a.m.