A wrapper function around capture_stan_DLLS and UnloadUserDLLs. Identifies the loaded Stan DLLs and unloads them.

clear_user_DLL(verbose = TRUE)

Arguments

verbose

Logical, defaults to TRUE. If TRUE the number of loaded stan models are printed.

Value

This functions returns NULL

See also

capture_stan_DLLs UnloadUserDLLs

Examples