Learn R Programming

HelpersMG (version 4.8)

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

Description

This function opens a finder window with directory files in MacOS X. It has not been 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())

Arguments

directory

The directory you want to open

Value

A vector with the list of files.

Details

openwd will open a finder window with current working directory

Examples

Run this code
# NOT RUN {
openwd()
# }

Run the code above in your browser using DataLab