Skip to contents

Check if a package is loaded or attached

Usage

check_pkg_active(pkg)

Arguments

pkg

character: Name of the package

Value

invisible(TRUE)

Examples

if (FALSE) { # \dontrun{
check_pkg_active
} # }