Skip to contents

Attaches the installed member packages returned by certara_core_packages() so a single library(Certara.R) brings the suite onto the search path. Missing packages are skipped rather than raising an error.

Usage

certara_attach()

Value

Invisibly, a named logical vector indicating which packages were attached.

Examples

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