input_keep_reset_again_exit: User input: yes/no/again/exit *[Experimental]*

View source: R/input.R

input_keep_reset_again_exitR Documentation

User input: yes/no/again/exit [Experimental]

Description

User input: yes/no/again/exit [Experimental]

Usage

input_keep_reset_again_exit(
  title = character(),
  value = valid::valid_keep_reset_again_exit("reset"),
  force = FALSE
)

Arguments

title

(character) Optional title before presenting the input choices. Currently not "compatible as desired" between cli and select.list and thus set to character() by default.

value

[character] Value for non-interactive situations

force

[logical] Force usage of value yes/no

Examples

## Not run: 
input_keep_reset_again_exit()
input_keep_reset_again_exit(force = TRUE)

## End(Not run)

rappster/clix documentation built on Aug. 16, 2022, 9:54 p.m.