PasswordDlg | R Documentation |
Brings up a tcltk dialog centered on the screen, designed for entering passwords while displaying only ****.
PasswordDlg(option_txt = NULL)
option_txt |
an optional text, if it is defined, there will be a checkbox added to the dialog with the label being set with |
the entered password
the status of the optional checkbox will be returned as attribute:
attr(pw, "option")
Markus Naepflin <markus@naepfl.in>
## Not run:
pw <- PasswordDlg()
pw
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.