puff_my_df | R Documentation |
Artificially increase the number of rows to make up any missing combinations by label columns for every unique id 'Puff up' the dataframe by filling in the missing entries with artificial data, default NA Will move id columns and label columns to the far left tidyr::crossing and tidyr::expand.grid perform similar function
puff_my_df(df, id_col, label_col, fill_with = NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.