I would like to replace multiple variables with variables from a second dataframe in R.
df1$var1 <- df2$var1 df1$var2 <- df2$var2 # and so on ...