I'm a newbie to R and am trying to install the gdata
package so that I can work with excel files. When I tried to load the package, I received the following message:
> library(gdata)
gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.
gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.
Attaching package: ‘gdata’
The following object is masked from ‘package:stats’:
nobs
The following object is masked from ‘package:utils’:
object.size
I'm not sure, if I should be concerned about the last two lines. As far as I understood from other posts, they are a notice that some R functions I type in may be overridden in gdata
, and vice-versa depending on my settings. But I see no trace of gdata
on my screen anywhere (for example when I load JGR a new window pops up in my console). Everything looks the same as before I had loaded gdata
. Can you please confirm if that means I have successfully loaded gdata
?