original_order.RdReturn the Data Frame to the Order Orginally Provided
original_order(.mod_data, .org_data, .key_col)
| .mod_data | a data frame containing metric calculations and the key column. |
|---|---|
| .org_data | the original data frame supplied to parent function containing the key column. |
| .key_col | a single unqouted column representing unique values for sampling events. |