findonpath | R Documentation |
Searches for a file on the system environment path
findonpath(fn, status = TRUE, quote = TRUE)
fn |
The filename to search for (without a path) |
status |
Show messages |
quote |
Enclose returned filename in quotes |
The full path and name of the found file, or NULL if not found
This will return the first found occurence of file fn
, searching 1) the current working directory, 2) the user's R 'home' directory,
then 3) the directories on the operating system environment 'path'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.