Description Usage Arguments Value
Locate a file somewhere within the directory structure of an RProject.
1 2 3 4 5 6 7 8 9 10 11 12 |
filename |
Name of the file to search for |
search_path |
Optional path within which to search |
return_all |
Return all matches? |
duplicated_files_error |
Throw an error if more than one matching file found? |
verbose |
Print messages? |
directory |
Search for a directory instead of a file? |
extension |
Search for files with this extension only? |
error_if_none |
Throw an error if no matches are found? If FALSE, the function returns a NULL value. |
recursive |
Search recursively? |
exact_match |
Should does the filename have to match exactly? |
The absolute path to the file, if it was found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.