complete

Complete a data frame

Turns implicit missing values into explicit missing values. Supports nesting() to restrict combinations to those present in the data.

Parameters

Returns

The completed DataFrame.

Examples

complete(df, $group, $item_id, $item_name)
complete(df, $group, nesting($item_id, $item_name))