I’m trying to map the within package dependencies between functions. For instance, the data.table
function week
calls function yday
from data.table
. Is there any function that can do this?
PS: I know function foodweb
and find.funs
from mvbutils
package can do this, but the code used is quite complex (as it adds visualizations) and not particularly well commented.