Skip to contents

check_namespace() returns the namespace of a specified library either as a vector or displayed using the cat() function.

Usage

check_namespace(libname, cat = FALSE)

Arguments

libname

The name of the library whose namespace is needed.

cat

Logical, indicating whether to return the namespace as a vector or display results with the cat() function.