poissonconsulting / poisdata

An R package of Poisson Consulting's data handling functions
https://poissonconsulting.github.io/poisdata/
Other
0 stars 2 forks source link

ps_env_map family #11

Open sebdalgarno opened 6 years ago

sebdalgarno commented 6 years ago

currently, we have ps_env_map_df, but this should be generalized and should allow values to be returned (currently manipulates data.frames in-place) could include ps_env_map_if/map_chr/map_df etc. need to research what purrr is doing in this area and whether there are other functions we can build from (e.g. eapply)