Learn R Programming

rxode2parse (version 2.0.18)

rxode2parseGetPackagesToLoad: Control the packages that are loaded when a rxode2 model dll is loaded

Description

Control the packages that are loaded when a rxode2 model dll is loaded

Usage

rxode2parseGetPackagesToLoad()

rxode2parseAssignPackagesToLoad(pkgs = rxode2parseGetPackagesToLoad())

Value

List of packages to load

Arguments

pkgs

The packages to make sure are loaded every time you load an rxode2 model.

Author

Matthew Fidler

Examples

Run this code

rxode2parseGetPackagesToLoad()

rxode2parseAssignPackagesToLoad(rxode2parseGetPackagesToLoad())

Run the code above in your browser using DataLab