I am still a bit puzzled by how namespaces are handled in R. In particular, I work with the Bioconductor ecosystem, where lot's of stuff from various libraries that I didn't explicitly load are being called in the background.
Concretely, I am using the oligo package to read in .cel files and it returns me an HTAFeatureSet object, of which I have no idea from which package it comes from. A simple google search wasn't very helpful either, I just get results on how to use these objects but not from which library it is from.
Is there a function in R, similar to
?orclassthat returns the library of an object, so I can read more about the idea behind this object?