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.
dplyr
try,
library(dplyr)
If you haven't installed it yet, you can do so with install.packages('dplyr')
install.packages('dplyr')
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