Skip to contents

This reshapes the relevant columns from a given tab to long, making it tidy and more usable. It relies on either `reshape_tab()` or `reshape_psnuim()` depending on the tab being processed.

Usage

reshape_dp(df)

Arguments

df

data frame from import_dp()

See also

Other reshape: reshape_psnuim(), reshape_tab()