file_choose: file_choose

View source: R/unimport.R

file_chooseR Documentation

file_choose

Description

returns the path of the desired file from among a set of possible files.

Usage

file_choose(input,dialogue="console")

Arguments

input

the paths of a set of files.

dialogue

The dialog method is for selecting the appropriate file. By default "console", is via the console. And "window" is by means of a graphic window.

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

douve/UEMR documentation built on Aug. 28, 2023, 2:30 p.m.