hi, I am trying to fuse (cbind, merge... NOT rbind) several dataframes with different numbers of rows, all df included in a list, and using the code extract shown below. The function merge() works well with two df but not more than two...I have 85 dataframes to join in this way (85 df in the list)....could you please let me know how to get all 85 df merged ?,,,,, thanks
fusion_de_tablas = merge(red_tablas_por_punto[["1 - Bv.Artigas y la Rambla (Terminal CUTCSA)"]], red_tablas_por_punto[["10 - Avenida Millán 2515 (Hospital Vilardebó)"]], red_tablas_por_punto[["100 - Fauquet 6358 (Hospital Saint Bois)"]], by= 'toma_de_muestras', all = T ) -- *Alejandro * [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.