get.yn {RGeostats} | R Documentation |
This procedure can be used to ask the user to enter a logical value. It includes the management of the default value and of the admissible solutions.
get.yn(question, default=NA)
question |
Texte of the question that must be asked interactively |
default |
Default value. If provided, the value is quoted between parentheses, after the text of the question |
The answer to the question: either TRUE or FALSE.