run_pkg_hook
From devtools v1.11.1
by Hadley Wickham
Run user and package hooks.
Run user and package hooks.
- Keywords
- internal
Usage
run_pkg_hook(pkg, hook)run_user_hook(pkg, hook)
Arguments
- pkg
- package description, can be path or package name. See
as.package
for more information - hook
- hook name: one of "load", "unload", "attach", or "detach"
Community examples
Looks like there are no examples yet.