使用dplyr在R中左连接错误

时间:2017-09-08 19:03:41

标签: r dplyr

我正在尝试在R中执行左连接操作我得到以下错误是否有人知道错误试图说什么。

Feed <- left_join(sa_charge_new1, all_impact_files1, concated_column = concated_column)

错误:

 Error in left_join_impl(x, y, by$x, by$y, suffix$x, suffix$y, check_na_matches(na_matches)) :
    'translateCharUTF8' must be called on a CHARSXP' 

1 个答案:

答案 0 :(得分:0)

你的答案在这里:

left_join_impl(x, y, by$x, by$y, suffix$x, suffix$y, check_na_matches(na_matches))

left_join()在“concated_column”名称中没有传递参数。阅读说明?left_join。