Suppose I am trying to run a script of unknown origin, and one of the functions is from a package that the script is not loaded (supervision, it may have been loaded into .Rprofile from the person who wrote it). How can I find in which package this function is located?
There is some information compiled on a CRAN that does not require the user to download / install all R packets locally; however, as far as I could tell, it only gives access to DESCRIPTION files. RSiteSearch and its web equivalent seem to have access to an online database of all CRAN packages, where a list of all the features is likely to be available. Is there any way to access this information?
Thanks.
Edit: I know sos::findFn , utils::RSiteSearch and search.r-project ; I would like to get the raw data that these tools use.
source share