View source: R/pcd-stan-tools.R
pcd_stan_functions | R Documentation |
This function reads all Stan files in the specified directory and extracts the names of all functions defined in those files.
pcd_stan_functions(stan_path = primarycensored::pcd_stan_path())
stan_path |
Character string specifying the path to the directory containing Stan files. Defaults to the Stan path of the primarycensored package. |
A character vector containing unique names of all functions found in the Stan files.
Tools for working with package Stan functions
pcd_load_stan_functions()
,
pcd_stan_dist_id()
,
pcd_stan_files()
,
pcd_stan_path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.