If I have 2 data frames;
df1:    dim(df1) = (1,10)
df2:    dim(df2) = (2000,10)

Both with column header names, how do I multiply them together please. I.e
create a dateframe dim() = (2000,1)

Many Thanks in advance

Glenn

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to