format_data_df: Format df for px format
Description
Turn all variables, except figures variable, into character and replace NA
with dash.
Usage
format_data_df(data_df, figures_variable)
Arguments
- data_df
A data frame with data.
- figures_variable
Character. The name of the figures variable.