Skip to contents

Generate values for each field in text_fields. This function addresses all the text validation types

Usage

get_text_field_values(text_fields)

Arguments

text_fields

A long dataframe of text fields, their parameters, and weights.

Value

A long dataframe of text field values with one row for each value set.

Examples

if (FALSE) { # \dontrun{
get_text_field_values(text_fields)
} # }