From which package have I just used a particular function ?

Hi,
Is there a function ( I don't want sessionInfo) showing from which package does a function come from and taking into account only loaded currently packages ?
In other words I have used a function read_spss() in current session and I don't know to which loaded package it belongs so I want to find out that it belongs to "sjlabelled" package.
SessionInfo() is too big for this.

Thank you

base::getAnywhere()

When I run it , I get an error:

base::getAnywhere("read_spss") #or

base::getAnywhere(read_spss)
Error: object 'getAnywhere' not found

my mistake, its in utils not base

Thank you, it works.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.