rxAllowUnload: Allow unloading of dlls

View source: R/RcppExports.R

rxAllowUnloadR Documentation

Allow unloading of dlls

Description

Allow unloading of dlls

Usage

rxAllowUnload(allow)

Arguments

allow

boolean indicating if garbage collection will unload of RxODE dlls.

Value

Boolean allow; called for side effects

Author(s)

Matthew Fidler

Examples


# Garbage collection will not unload un-used RxODE dlls
rxAllowUnload(FALSE);

# Garbage collection will unload unused RxODE dlls
rxAllowUnload(TRUE);

nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.