Prompt the User to Choose Yes or No
Display a message prompt with "Yes" and "No" buttons.
getYes(message, title="Choice", icon="question")
message |
message to display in prompt window. |
title |
title of prompt window. |
icon |
icon to display in prompt window; options are
|
Returns TRUE
if the "Yes" button is clicked, FALSE
if the "No" button is clicked.
Anisa Egeli, Vancouver Island University, Nanaimo BC
## Not run: local(envir=.PBSmodEnv,expr={ if(getYes("Print the number 1?")) print(1) else print("hallucination") }) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.