| match_files | R Documentation |
Match files based on a vector of input paths and a glob pattern. The glob pattern is appended to each path and should match one file only.
match_files(paths, glob)
paths |
vectors of filesystem paths. |
glob |
pattern to append to each path before passing to Sys.glob. |
matched files. NA values correspond to either no match or multiple matches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.