Description Usage Arguments Value Author(s)
View source: R/RTestCase.test-adapter.R
This function checks if a function name or method name is available in the global namespace or the desired package namespace
1 | get_existence_of_fun(function_name, package)
|
function_name |
( |
package |
( |
"global" if it is available, "package" if it's available within the package or an Error if it is not available at all.
Sebastian Wolf sebastian@mail-wolf.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.