Map a function to all data.frames in envir.

ps_env_map_df(fun, envir = parent.frame())

Arguments

fun

A function.

envir

The environment.

Value

An invisible vector of the modified data frames.