"Nick Sabbe" <nick.sa...@ugent.be> writes: > ObjectsOfInterest<- list(one_df, two_df, three_df) > for(namedf in ObjectsOfInterest){...}
I see. This is also more readable and traceable for others. > or probably even better > sapply(ObjectsOfInterest, function(namedf){...}) I like this one for its functional style. > hth. It did, thanks. Kind Regards, Michael Bach ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.