Description Usage Arguments Value Examples
View source: R/check_import_from.R
Checks if the functions declared in the NAMESPACE importFrom are actually used in the package functions.
1 | check_import_from(path = ".")
|
path |
Path to package directory. |
Functions not used invisibly.
1 2 3 4 5 6 7 | ## Not run:
# Execute in a package directory
check_import_from()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.