Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

svDialogs (version 1.0.0)

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

Description

Rapidly 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.0.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

April 26th, 2018

Functions in svDialogs (1.0.0)

svDialogs-package

SciViews - Standard Dialog Boxes for R
menu

Manage custom R menus.
dlg_dir

Modal dialog to select a directory.
dlg_list

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

Modal dialog to select a file to save to.
dlg_input

Modal dialog to input a string or a value.
dlg_message

Display a modal message box.
dlg_form

Modal dialog to fill a series of different fields.
dlg_open

Modal dialog to select a file.