Closed peterdesmet closed 5 years ago
Also, establishmentMeans
was mapped before:
distribution %<>%
mutate(establishmentMeans = raw_status) %>%
mutate(establishmentMeans = recode(establishmentMeans
,"Breeding"="native"
,"NeedsConfirmation"="uncertain"))
But that information is not available in raw_status
, only the 3 values listed above.
Answered by Dirk: M
is regular migrant. His suggestion is to map this to absent
.
I would not populate establishmentMeans
, as we don't have information on this.
There are some values where I don't know how to map occurrenceStatus:
What is
M
?