The R source files in the local directory
Returns the names of the R source files in a directory, by default the current working directory.
localRFiles(directory = getwd(), suffix = "[.][RSq]$", ask = FALSE)
directory |
Where to look, by default the directory in which R is currently running |
suffix |
Regular expression to identify R source files. |
ask |
If |
The character vector of matching file names.
menuRFile
John M. Chambers
## all the example files for this package localRFiles(system.file("R-ex",package="SoDA"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.