Combine ground truth information from a list of mock objects.
combine_ground_truth.Rd
Combine ground truth information from a list of mock objects.
Examples
if (FALSE) {
l_mock_obj <- list(mock_data_1, mock_data_2)
combine_ground_truth(l_mock_obj)
}