fullFilename {oce} | R Documentation |
Return full name of file, including path
fullFilename(filename)
filename |
name of file |
Determines the full name of a file, including the path. Used by many
read.X
routines, where X
is the name of a class of object. This
is a wrapper around normalizePath
, with warnings turned off so
that messages are not printed for unfound files (e.g. URLs).
Full file name
Dan Kelley