ask_yes_no {boilerplate}R Documentation

Helper function to ask for user confirmation

Description

Helper function to ask for user confirmation

Usage

ask_yes_no(question)

Arguments

question

Character. The question to ask the user.

Value

Logical. TRUE if user confirms, FALSE otherwise.


[Package boilerplate version 1.3.0 Index]