ggobi.home {Rggobi} | R Documentation |
This is a convenience function that reports the location of the GGobi installation. This can be used to find plugins, datasets, etc. The location is computed during the installation of this package.
ggobi.home()
A string giving the name of the GGobi installation directory.
Duncan Temple Lang
# Get the names of the xml files in the GGobi data directory. if(file.exists(ggobi.home())) list.files(paste(ggobi.home(), "data", sep = .Platform$file.sep), "*.xml", full.names = TRUE)