Learn R Programming

rxode2 (version 2.0.7)

rxAllowUnload: Allow unloading of dlls

Description

Allow unloading of dlls

Usage

rxAllowUnload(allow)

Arguments

allow

boolean indicating if garbage collection will unload of rxode2 dlls.

Value

Boolean allow; called for side effects

Examples

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

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

Run the code above in your browser using DataLab