Skip to contents

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 = primarycensoreddist::pcd_stan_path())

Arguments

stan_path

Character string specifying the path to the directory containing Stan files. Defaults to the Stan path of the primarycensoreddist 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()