Error in loading Dplyr,other packages

Hi everyone,

I am new to R-programming,and I am trying to use dplyr for some data manipulation.
after installing the same but when i am trying to load it by library or require function its giving some error.

its happening for other packages as well.
please assist me on this.

Error: package or namespace load failed for ‘dplyr’ in runHook(".onLoad", env, package.lib, package):
** lazy-load database 'C:/Users/hp/Documents/R/win-library/3.4/rlang/R/rlang.rdb' is corrupt**

Try installing rlang afresh:

install.packages("rlang")

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.