-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Sometimes it's easier to construct the path to a file in code, for example:
model_path = here::here("my-code-file.stan")
in a quarto document.
Is it possible to have the include argument of a chunk evaluated?
```{.stan include=model_path}
```
doesn't appear to evaluate the variable model_path correctly. Is there a syntax option to have this variable get evaluated to return the file path, and then have the path parsed correctly as normal?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels