ggobi.find.file {Rggobi} | R Documentation |
This is used to find the fully-qualified name of a file in the GGobi installation.
ggobi.find.file(file, fatal = TRUE)
file |
the name of the |
fatal |
~~Describe fatal here~~ |
If the file exists and is found, this returns the fully qualified name
of the requested file.
Alternatively, either an error or warning is raised
depending on the value of fatal
(TRUE
or FALSE
respectively).
Duncan Temple Lang
#XXX use .Platform$file.sep ggobi.find.file("data/buckyball.xml")