From f086a92f18e3cabce23c5061ae66da814dee08d6 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 13 Oct 2016 13:22:51 -0500 Subject: [PATCH] Fix cross-reference. (#471) --- rmarkdown.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmarkdown.Rmd b/rmarkdown.Rmd index b8bc8f7..fe78e3a 100644 --- a/rmarkdown.Rmd +++ b/rmarkdown.Rmd @@ -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(