Warning message: package ‘dplyer’ is not available (for R version 3.5.1)

Warning message:
package ‘dplyer’ is not available (for R version 3.5.1)

I suspect the issue is a typo, dplyr is a grammar of data manipulation.

try,

library(dplyr)

If you haven't installed it yet, you can do so with install.packages('dplyr')

3 Likes

Thank you for the support, It is a typo and my bad i didn't recognize it. I'm a Literature Student and I am new to this R learning. Hope Ill be able to learn it well.

A post was split to a new topic: webscrap text from kindle using R