Read in a stan function file as a character string
Arguments
- files
A character vector specifying the names of Stan files to be exposed. These must be in the
include
directory. Defaults to all Stan files in theinclude
directory. Note that the following files contain overloaded functions and cannot be exposed: "delay_lpmf.stan", "allocate_observed_obs.stan", "obs_lpmf.stan", and "effects_priors_lp.stan".- include
A character string specifying the directory containing Stan files. Defaults to the 'stan/functions' directory of the
epinowcast()
package.
See also
Utility functions
aggregate_rolling_sum()
,
coerce_date()
,
coerce_dt()
,
date_to_numeric_modulus()
,
get_internal_timestep()
,
is.Date()