exportValueAs
is a utility function that returns either the
original value or a replacement placeholder value for export.
exportValueAs(
rawValue,
formattedValue,
exportOptions,
blankValue = character(0)
)
The raw value to check.
The formatted value to be exported.
A list of options controlling export behaviour.
The 'placeholder' value to be exported when skipping the value.
Either the original value or a placeholder value.