chk_deparse is a wrapper on deparse that sets a missing value to be "NA"

chk_deparse(x)

Arguments

x

A substituted object to deparse

Value

A string

See also

Examples

chk_deparse(1^2)
#> [1] "1"