I'm new to R, so please don't blast me.
I'm trying to deeply understand how the R machinery works. Since i want to import a dataset in R i discovered the function read.table()
, which works correctly.
table() is a function, and everything happens in R is due to functions. But that read
, is a package or an object ? Also, since packages are NOT objects and in R everything that exist is a object, is still possible to invoke a package in R command line ?