Description Usage Arguments Details Note Examples
Ask the user for a password interactively.
1 |
prompt |
Single element character vector containing the prompt to be displayed |
RStudio also sets the global askpass
option to the rstudioapi::askForPassword
function so that it can be invoked in a front-end independent manner.
The askForPassword
function was added in version 0.99.853 of RStudio.
1 2 3 4 | ## Not run:
rstudioapi::askForPassword("Please enter your password")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.