fullFilename | R Documentation |
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 files that are
not found (e.g. URLs).
fullFilename(filename)
filename |
name of file |
Full file name
Dan Kelley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.