Learn R Programming

svDialogs (version 1.1.0)

'SciViews' - Standard Dialog Boxes for Windows, MacOS and Linuxes

Description

Quickly construct standard dialog boxes for your GUI, including message boxes, input boxes, list, file or directory selection, ... In case R cannot display GUI dialog boxes, a simpler command line version of these interactive elements is also provided as fallback solution.

Copy Link

Version

Install

install.packages('svDialogs')

Monthly Downloads

6,791

Version

1.1.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

May 10th, 2022

Functions in svDialogs (1.1.0)

dlg_message

Display a modal message box.
get_system

Determine the appropriate GUI to instantiate
svDialogs-package

svDialogs: 'SciViews' - Standard Dialog Boxes for Windows, MacOS and Linuxes
dlg_form

Modal dialog to fill a series of different fields.
dlg_input

Modal dialog to input a string or a value.
dlg_list

Modal dialog to select one or more items in a list.
dlg_dir

Modal dialog to select a directory.
dlg_save

Modal dialog to select a file to save to.
menu

Manage custom R menus.
dlg_open

Modal dialog to select a file.