Learn R Programming

RxODE (version 0.9.2-1)

rxAllowUnload: Allow unloading of dlls

Description

Allow unloading of dlls

Usage

rxAllowUnload(allow)

Arguments

allow

boolean indicating if garbage collection will unload of RxODE dlls.

Examples

Run this code
# NOT RUN {
# Garbage collection will not unload un-used RxODE dlls
rxAllowUnload(FALSE);

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

Run the code above in your browser using DataLab