map_actors(edo, fun = function(x) { return(x) })
list(fruit=c('tomato',
'orange'), veg=c('red pepper', 'carrot'))
.This function can also be used as a renaming function, but it is most useful when multiple codes should be treated as equivalent.
map_codes