Fix cross-reference. (#471)
This commit is contained in:
parent
c9e2cb2ef4
commit
f086a92f18
|
@ -209,7 +209,7 @@ By default, R Markdown prints data frames and matrices as you'd see them in the
|
|||
mtcars[1:5, ]
|
||||
```
|
||||
|
||||
If you prefer that data be displayed with additional formatting you can use the `knitr::kable` function. The code below generates Table \@ref(kable).
|
||||
If you prefer that data be displayed with additional formatting you can use the `knitr::kable` function. The code below generates Table \@ref(tab:kable).
|
||||
|
||||
```{r kable}
|
||||
knitr::kable(
|
||||
|
|
Loading…
Reference in New Issue