Skip to contents

Automatically format input fields as a user types. Requires Plugin "Mask"

Usage

x_mask(mask, quote = TRUE)

Arguments

mask

The mask pattern (e.g., "99/99/9999")

quote

Logical, if TRUE, wraps the mask in single quotes (needed for strings)