Skip to content

Commit 9f5359c

Browse files
committed
100% doesn't work with webshot2
1 parent 4b03d78 commit 9f5359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-overview.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Code chunks\index{code chunk} are the beating heart of our R Markdown. The code
106106

107107
To understand some of the modifications that we can make to code chunks, it is worth understanding the **knitr** process in slightly more detail. For each chunk, a **knitr** language engine gets three pieces of input: the knitting environment (`knitr::knit_global()`), the code input, and a list of chunk options. It returns the formatted representations of the code as well as its output. As a side effect, the knitting environment may also be modified, e.g., new variables may have been created in this environment via the source code in the code chunk. This process is illustrated in Figure \@ref(fig:knitr-workflow).
108108

109-
```{r knitr-workflow, echo = FALSE, fig.cap = 'A flowchart of inputs and outputs to a language engine.', out.width = '100%', fig.dim=c(7, 3.5), fig.align='center', cache=TRUE}
109+
```{r knitr-workflow, echo = FALSE, fig.cap = 'A flowchart of inputs and outputs to a language engine.', fig.dim=c(7, 3.5), fig.align='center', cache=TRUE}
110110
nomnoml::nomnoml(
111111
"
112112
[<frame>Code chunk|

0 commit comments

Comments
 (0)