I'm working with multiple dataframes, all of them stocked in the global environment. I seek for a way to use a function on all of them, without having to write the function for each one, ie applying a function to all the object of the environment instead of writing one line for each object.
Here's the environment I'm working on: