install.packing(dplyr)

I have to use this function:
test = as.data.frame (left_join (registerPers, pers, by = c ("RB030", "PB030")))

but Rstudio keeps giving me this error:
Error in left_join (registerPers, pers, by = c ("RB030", "PB030")):
could not find function "left_join"

R does not install the dplyr package for me, not even putting the "dependence = TRUE" option.

What should I do? pls help

The command is install.packages().

What is the error message you get? We need more information to help you.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.