Is there an equivalent dir function (python) in R?
When I load a library in R, for example -
Library (vrtest)
I want to know all the functions that are in this library.
In Python, dir (vrtest) will be a list of all vrtest attributes.
I assume that in general, I am looking for a better way to get R help when running in ESS on Linux. I see all of these manual pages for packages that I installed, but I'm not sure how I can access them.
thanks
r statistics data-analysis ess
signalseeker
source share