Skip to contents

A sprintf alternative that handles NA values gracefully (ish)

Usage

hux_sprintf(fmt, ..., na.text = "—")

Arguments

fmt

sprintf format string

...

sprintf inputs

na.text

an string to replace NA values with.

Value

a string value