Posts by ggcosta • 11 points
1 post
-
1
votes2
answers5146
viewsA: Merge two data.frames into one
Error appears because your table has text and numbers in the same column. df.temp <- df.temp[complete.cases(df.temp),] will disappear with the initial two lines. To add the new row in your…