View source: R/helper_functions.R
align_data_frames | R Documentation |
Align df_a to have the same columns and column types as df_b.
align_data_frames(df_a, df_b)
df_a |
Data frame to align |
df_b |
Data frame to align to |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.