View source: R/inputs_outputs.R
get_pattern_file | R Documentation |
Get path for a file found thanks to a pattern.
get_pattern_file(dir_path, pattern, only_name = FALSE)
dir_path |
A file.path indicating the directory in which to look for the file. |
pattern |
A string indicating the pattern used to find the file. |
only_name |
A boolean indicating whether to return the full path or only the name of the file. |
A string with the found file path or NA if not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.