Returns names of packages in which functions matching the description are found
getLocation(name, packages = installedMadratUniverse(), globalenv = TRUE)
vector of packages in which a function matching the description could be found
name of the function to be found. Can be either the full name (e.g. "calcTauTotal"), or just the type name (e.g. "TauTotal").
A character vector with packages in which should be looked for the function
Boolean deciding whether functions in the global environment should be included or not
Jan Philipp Dietrich
getCalculations
, getDependencies