check_duplicates {scoringutils} | R Documentation |
Runs get_duplicate_forecasts()
and returns a message if an issue is
encountered
check_duplicates(data)
data |
A data.frame (or similar) with predicted and observed values. See the details section of for additional information on the required input format. |
Returns TRUE if the check was successful and a string with an error message otherwise.