Description Usage Arguments Value Author(s) Examples
Returns the names of the R source files in a directory, by default the current working directory.
1 | 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
1 2 | ## all the example files for this package
localRFiles(system.file("R-ex",package="SoDA"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.