get.yn {RGeostats}R Documentation

Get a logical answer

Description

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.

Usage

get.yn(question, default=NA)

Arguments

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

Value

The answer to the question: either TRUE or FALSE.


[Package RGeostats version 14.0.10 Index]