R/capture_stan_DLLs.R
capture_stan_DLLs.RdFunction to print the number of stan models loaded as DLLs and return their names
capture_stan_DLLs(verbose = TRUE, StanFileNames = "file", MaxDLLs = 100)
| verbose | Logical, defaults to |
|---|---|
| StanFileNames | A character string identifying the Stan file names, defaults to file. |
| MaxDLLs | Numeric, DLL cap. The maximum defaults to 100. |
A character vector of the currently loaded DLLs.