find_config | R Documentation |
Search all parent directories of a given directory and return the path to the first file found with a given name.
find_config(file_name, dir_path = getwd(), regex = FALSE)
file_name |
The name of the file. |
dir_path |
The directory to start the search from. Defaults to current working directory. |
regex |
TRUE/FALSE. Is the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.