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.