Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/cell-include.yml
12925 views
1
- name: child
2
tags:
3
engine: knitr
4
schema:
5
maybeArrayOf: path
6
description: "One or more paths of child documents to be knitted and input into the main document."
7
8
- name: file
9
tags:
10
engine: knitr
11
schema: path
12
description: "File containing code to execute for this chunk"
13
14
- name: code
15
tags:
16
engine: knitr
17
schema: string
18
description: "String containing code to execute for this chunk"
19
20
- name: purl
21
tags:
22
engine: knitr
23
schema: boolean
24
default: true
25
description: "Include chunk when extracting code with `knitr::purl()`"
26
27