getLocation | R Documentation |
Returns names of packages in which functions matching the description are found
getLocation(name, packages = installedMadratUniverse(), globalenv = TRUE)
name |
name of the function to be found. Can be either the full name (e.g. "calcTauTotal"), or just the type name (e.g. "TauTotal"). |
packages |
A character vector with packages in which should be looked for the function |
globalenv |
Boolean deciding whether functions in the global environment should be included or not |
vector of packages in which a function matching the description could be found
Jan Philipp Dietrich
getCalculations
, getDependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.