Skip to contents

This function intends to loosely mimic the behaviour of the homonymous Matlab function.

Usage

uiputfile(filter = ".rda", title = "Save file")

Arguments

filter

accepted file extension

title

Title

Value

A list containing the name and the path of the file to be saved

Examples

if (FALSE) {
  uigetfile()
}