format_data_df {pxmake}R Documentation

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.

Value

A data frame


[Package pxmake version 0.18.0 Index]