Function to print the number of stan models loaded as DLLs and return their names

capture_stan_DLLs(verbose = TRUE, StanFileNames = "file", MaxDLLs = 100)

Arguments

verbose

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

StanFileNames

A character string identifying the Stan file names, defaults to file.

MaxDLLs

Numeric, DLL cap. The maximum defaults to 100.

Value

A character vector of the currently loaded DLLs.

Examples