fob_word: A binary question to be answered by Yes or No.

Description Usage Arguments Value Functions

View source: R/fob_word.R

Description

A binary question to be answered by Yes or No.

Usage

1
2
3
4
5
fob_word(question, field_name = "", prompt = NULL, ...)

fob_text(question, field_name = "", max = NULL, prompt = NULL, ...)

fob_email(question, field_name = "", prompt = NULL, ...)

Arguments

question

The question to be asked.

field_name

Name of the field (optional).

prompt

the string printed when prompting the user for input (see readline()).

...

further arguments to be passed to generate_form_pattern().

max

maximum of characters (ignored if NULL).

Value

a word.

Functions


inSileco/formbuildr documentation built on Jan. 1, 2021, 4:20 a.m.