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())A character vector containing unique names of all functions found in the Stan files.
Character string specifying the path to the directory containing Stan files. Defaults to the Stan path of the primarycensored package.
Tools for working with package Stan functions
pcd_load_stan_functions(),
pcd_stan_dist_id(),
pcd_stan_files(),
pcd_stan_path()