exportValueAs | R Documentation |
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)
)
rawValue |
The raw value to check. |
formattedValue |
The formatted value to be exported. |
exportOptions |
A list of options controlling export behaviour. |
blankValue |
The 'placeholder' value to be exported when skipping the value. |
Either the original value or a placeholder value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.