uiputfile: Save file

View source: R/uiputfile.R

uiputfileR Documentation

Save file

Description

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

## Not run: 
  uigetfile()

## End(Not run)

matlab2r documentation built on Feb. 16, 2023, 10:39 p.m.

Related to uiputfile in matlab2r...