powered by
format_missing() updates a rounding_specification object so that missing values are printed as the user specifies.
format_missing()
rounding_specification
format_missing(rspec, replace_na_with)
an object of class rounding_specification.
a rounding_specification object (see round_spec).
a character value that replaces missing values.
rspec <- round_spec() rspec <- format_missing(rspec, 'oh no!') table_value(x = c(pi, NA), rspec)
Run the code above in your browser using DataLab