R/verbs.R
over_map.Rd
Apply the specified function to each element of the subobject.
over_map(d, l, f)
the data
the lens
the function to use, potentially a ~ specified anonymous function.
~