Learn R Programming

HelpersMG (version 6.2)

openwd: Open a finder window with current working directory in MacOS X and windows

Description

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.

Usage

openwd(directory = getwd())

Value

A vector with the list of files.

Arguments

directory

The directory you want to open

Author

Marc Girondot marc.girondot@gmail.com

Details

openwd will open a finder window with current working directory

Examples

Run this code
if (FALSE) {
openwd()
}

Run the code above in your browser using DataLab