ask_yes_no: Ask Yes/No Question

View source: R/BF_management.R

ask_yes_noR Documentation

Ask Yes/No Question

Description

This function prompts the user to answer a yes/no question.

Usage

ask_yes_no(prompt = "Do you want to continue? (Y/N): ")

Arguments

prompt

A character string specifying the question to ask.

Value

A character string "Y" or "N" based on the user's response.


BayesForge documentation built on June 9, 2026, 1:09 a.m.