Learn R Programming

boilerplate (version 1.3.0)

ask_yes_no: Helper function to ask for user confirmation

Description

Helper function to ask for user confirmation

Usage

ask_yes_no(question)

Value

Logical. TRUE if user confirms, FALSE otherwise.

Arguments

question

Character. The question to ask the user.