align_data_frames {pxmake} | R Documentation |
Align data frames
Description
Align df_a to have the same columns and column types as df_b.
Usage
align_data_frames(df_a, df_b)
Arguments
df_a |
Data frame to align |
df_b |
Data frame to align to |
Value
A data frame
[Package pxmake version 0.18.0 Index]