sm_pivot_wider: Reshape Long API Data to Column-Based Format
Description
This function automatically reshapes long (stacked) raw data from the API (sm_data(..., wide = FALSE)) to a wide format where each variable has its own column.
Internally it uses pivot from collapse.