Skip to contents
-
broadcast()
- broadcasting a function to all other rows
-
broadcast_group()
- broadcasting a function with grouping variables to all other rows
-
sample_data()
- Sampling one data frame from a nested dataframe. The sampling could be done
either randomly or a specific row could be indicated.
-
sample_group()
- Sampling one grouping variable from a nested dataframe. The sampling could be done
either randomly or a specific row could be indicated.
-
sample_row()
- Sampling one row from a nested dataframe. The sampling could be done
either randomly or a specific row could be indicated.