pasting two dataframes of different sizes
问题 I would like to paste strings from 2 dfs n and p - dput at the end. They have different sizes nrow(n) = 25 and nrow(p) = 20 with two factors : factor1 (binary) and factor2 (integers) head(n,3) head(p,3) string factor1 factor2 string factor1 factor2 -- -- -- -- -- -- h f1 5 i f1 1 h f1 6 c f1 2 h f1 7 c f1 3 tail(n,3) tail(p,3) string factor1 factor2 string factor1 factor2 -- -- -- -- -- -- a f2 27 h f2 18 g f2 28 i f2 19 b f2 29 i f2 20 Here, I would like to create a dataframe which does not