Fix cross-reference. (#471)

This commit is contained in:
Paul 2016-10-13 13:22:51 -05:00 committed by Hadley Wickham
parent c9e2cb2ef4
commit f086a92f18
1 changed files with 1 additions and 1 deletions

View File

@ -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(