Thanks, andresrcs
I'm trying to understand the code, but I can't internalize it well. It seems complex for me, specially when I can get the groups so easily typing nest_by. I'm puzzled how from nesting I need 4 steps to send each group to the global environment.
Again, thanks andresrcs
This is to make a named list so the generated data frames have names according to the manufacturer column.
This step is just for using standard dplyr syntax that I find more human-readable, but it can be eliminated if you use a placeholder to extract the column on the next line. In which case the code would be
Your solution is the only one I found on the internet.
I think my request is rare.
Before closing this thread, I have a small doubt.
What I need to export every dataset as vector?
For example, export subaru$model, subaru$displ,...,subaru$class as Values
Thanks for all