R/utlis.R
validate_new_observations.Rd
Function checks if rownames are not already used and call stop if there is at least one conflict.
validate_new_observations(arena, observations)
arena | live or static arena object |
---|---|
observations | data frame of new observations |
None