powered by
This function searches for namespace calls in .R files, i.e., code lines of the format <package name>::<function name>.
.R
<package name>::<function name>
find_namespace_calls(path = "R", triple_colon = FALSE, as_list = FALSE)
A data.frame. If as_list = TRUE, a list.
data.frame
as_list = TRUE
list
[character(1)] The path name to a folder. All .R files in this folder and sub-directories will be searched.
character(1)
[logical(1)] Also search for :::?
logical(1)
:::
[logical(1)] Simplify the output into a list of unique function names per package?
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()
Dictionary
Storage
check_missing()
identical_structure()
input_check_response()
match_arg()
package_logo()
print_data.frame()
print_matrix()
system_information()
unexpected_error()
user_confirm()
if (FALSE) { find_namespace_calls() find_namespace_calls(as_list = TRUE) }
Run the code above in your browser using DataLab