Skip to contents

Combine ground truth information from a list of mock objects.

Usage

combine_ground_truth(list_mock_obj)

Arguments

list_mock_obj

List of mock objects.

Value

A list containing the combined ground truth data.

Examples

if (FALSE) {
l_mock_obj <- list(mock_data_1, mock_data_2)
combine_ground_truth(l_mock_obj)
}