I have Linux Mint 17.1 Cinnamon version and I'm using RStudio to do a sentiment analysis; I need to load the plyr
package to do the analysis, but, when I run the commands in R:
library(twitteR)
library(plyr)
as described in this web page, I get the following error:
Attaching package: ‘plyr’
The following object is masked from ‘package:twitteR’:
id
Since browsing on the internet I did not find any solution to my problem, could someone of you help me?
It will be appreciated whether someone explains me the nature and the meaning of the error, in order to understand why I'm in wrong.