Skip to contents

Create a format string object

Usage

f_str(format_string, ..., empty = NULL)

Arguments

format_string

Character string defining the display template

...

Character strings naming the variables that populate the template

empty

Value(s) to display when data is NA/missing

Value

A tplyr_f_str object