View source: R/find_namespace_calls.R
find_namespace_calls | R Documentation |
This function searches for namespace calls in .R
files, i.e., code lines of
the format <package name>::<function name>
.
find_namespace_calls(path = "R", triple_colon = FALSE, as_list = FALSE)
path |
[ |
triple_colon |
[ |
as_list |
[ |
A data.frame
. If as_list = TRUE
, a list
.
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()
## Not run:
find_namespace_calls()
find_namespace_calls(as_list = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.