find_namespace_calls {oeli} | R Documentation |
Namespace calls
Description
This function searches for namespace calls in .R
files, i.e., code lines of
the format <package name>::<function name>
.
Usage
find_namespace_calls(path = "R", triple_colon = FALSE, as_list = FALSE)
Arguments
path |
[ |
triple_colon |
[ |
as_list |
[ |
Value
A data.frame
. If as_list = TRUE
, a list
.
See Also
Other package helpers:
Dictionary
,
Storage
,
check_missing()
,
identical_structure()
,
input_check_response()
,
match_arg()
,
package_logo()
,
print_data.frame()
,
print_matrix()
,
system_information()
,
unexpected_error()
,
user_confirm()
Examples
## Not run:
find_namespace_calls()
find_namespace_calls(as_list = TRUE)
## End(Not run)
[Package oeli version 0.7.3 Index]