Learn R Programming

pxmake (version 0.17.0)

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)

Value

A data frame

Arguments

data_df

A data frame with data.

figures_variable

Character. The name of the figures variable.