openwd | R Documentation |
This function opens a finder window with directory files
in MacOS X. It has not been fully tested in Windows. In linux, it just returns the
list of files in directory.
By defaut, it uses the current working directory.
openwd(directory = getwd())
directory |
The directory you want to open |
openwd will open a finder window with current working directory
A vector with the list of files.
Marc Girondot marc.girondot@gmail.com
## Not run:
openwd()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.