choose_dir {radiant.data}R Documentation

Choose a directory interactively

Description

Choose a directory interactively

Usage

choose_dir(...)

Arguments

...

Arguments passed to utils::choose.dir on Windows

Details

Open a file dialog to select a directory. Uses JavaScript on Mac, utils::choose.dir on Windows, and dirname(file.choose()) on Linux

Value

Path to the directory selected by the user

Examples

## Not run: 
choose_dir()

## End(Not run)


[Package radiant.data version 1.6.6 Index]