I am trying to use the following function but every time I do, I receive the error below. I tried installing an older version of rlang as it works on a different R Studio bu
I temporarily solved the problem via downgrading rlang.
require(devtools) install_version("rlang", version = "x.x.x", repos = "http://cran.us.r-project.org")
x.x.x: the version you need
I just realize that "dplyr" has fixed the issue after version 0.7.4.