select_file | R Documentation |
Selects a file from a vector of file names based on a regex pattern
select_file(path.list, pattern, type = c("R", "csv"))
path.list |
A character vector of paths |
pattern |
A regular expression |
type |
The file format. The functions only support .R and CSV files, with R scripts being the default format. |
If successful, the path of the selected file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.