Description Usage Arguments Value Examples
View source: R/getSfilesPath.R
If you want to collect all files under certain folder, this function should be the perfect one. It will collect all files with certain name. Then this function will return a list will all paths of those files so that further import or read is feasible.
1 | getSfilesPath(root.path, filename)
|
root.path |
is the root path including all folders and files that you would like to search. |
filename |
is the name of files that you want to collect. |
The whole paths of all files that meet the criteria were saved as a list.
1 | getSfilesPath(root.path = R.home(), filename = "?.exe")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.