askyn_letter: Utility ask function that returns the response

View source: R/utils-ask.R

askyn_letterR Documentation

Utility ask function that returns the response

Description

A function to ask a yes/no question and return Y/N [Stable]

Usage

askyn_letter(question, default = TRUE)

Arguments

question

input Yes / No question

default

Optionally set the default response value

Value

Y/y or N/n

Examples

## Not run: 
askyn_letter("Do you like coding?")

## End(Not run)

IntegralEnvision/integral documentation built on Nov. 4, 2024, 2 p.m.