rxAllowUnload | R Documentation |
Allow unloading of dlls
rxAllowUnload(allow)
allow |
boolean indicating if garbage collection will unload of RxODE dlls. |
Boolean allow; called for side effects
Matthew Fidler
# Garbage collection will not unload un-used RxODE dlls rxAllowUnload(FALSE); # Garbage collection will unload unused RxODE dlls rxAllowUnload(TRUE);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.