interactive()
ask_password.Rd
Get password from the user if interactive()
ask_password()
Invisibly returns a string if interactive(). If it is not an interactive R session, then a stop() message is displayed on the console.
stop()
Kelli F. Johnson