Learn R Programming

matlab2r (version 1.5.0)

uiputfile: Save file

Description

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

Usage

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

Value

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

Arguments

filter

accepted file extension

title

Title

Examples

Run this code
if (FALSE) {
  uigetfile()
}

Run the code above in your browser using DataLab