promptOpenFile {PBSmodelling}R Documentation

Deprecated: Display Dialogue: Open File

Description

Deprecated: use selectFile instead

Usage

promptOpenFile(initialfile="", filetype=list(c("*","All Files")), 
               open=TRUE)

Arguments

initialfile file name of the text file containing the list.
filetype a list of character vectors indicating file types made available to users of the GUI. Each vector is of length one or two. The first element specifies either the file extension or "*" for all file types. The second element gives an optional descriptor name for the file type. The supplied filetype list appears as a set of choices in the pull-down box labelled “Files of type:"”.
open logical: if TRUE display Open prompt, if FALSE display Save As prompt.

Value

The file name and path of the file selected by the user.

Author(s)

Alex Couture-Beil, Malaspina University-College, Nanaimo BC

See Also

selectFile


[Package PBSmodelling version 2.55.175 Index]