pcd_stan_functions {primarycensored} | R Documentation |
Get Stan function names from Stan files
Description
This function reads all Stan files in the specified directory and extracts the names of all functions defined in those files.
Usage
pcd_stan_functions(stan_path = primarycensored::pcd_stan_path())
Arguments
stan_path |
Character string specifying the path to the directory containing Stan files. Defaults to the Stan path of the primarycensored package. |
Value
A character vector containing unique names of all functions found in the Stan files.
See Also
Tools for working with package Stan functions
pcd_load_stan_functions()
,
pcd_stan_files()
,
pcd_stan_path()
[Package primarycensored version 1.0.0 Index]