View source: R/utils_package_dev.R
need_pkg | R Documentation |
Get a function from a package, abort if package not installed.
need_pkg(pkg, fn)
pkg |
|
fn |
|
fun
Other package dev:
get_package_fns()
,
is_package()
,
is_package_dev()
,
pkg_chr_split_comma()
need_pkg("utils", "recover")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.