dplyr::mutate new columns based on a second (filtered) dataframe

前端 未结 0 1787
面向向阳花
面向向阳花 2020-12-02 05:41

I have 2 data frames:

df1:

a
s1
s2
s3
s4

df2:

a    b
s1    w
s1    x
s4    y
s2    z
s4    x

I want to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题