userQuery: A function to query the user for input

Description Usage Arguments Value Author(s)

View source: R/tools.R

Description

This function will output a given message and seek a response from the user, repeating the message until the input is from a valid set provided by the code.

Usage

1
userQuery(msg, allowed = c("y", "n"), default = "n", case.sensitive = FALSE)

Arguments

msg

The output message

allowed

Allowed input from the user

default

Default response if called in batch mode

case.sensitive

Is the response case sensitive? Defaults to FALSE

Value

The input from the user

Author(s)

Jeff Gentry


Biobase documentation built on Nov. 8, 2020, 6:52 p.m.