Hello,
I am using kable
and I have this weird #tab
showing up before my caption.
How can I get rid of it?
>
> kable(format = 'latex', cars, booktabs=T, caption="cars")
> \begin{table}
>
> \caption{(\#tab:)cars}
> \centering
> \begin{tabular}[t]{rr}
> \toprule
> speed & dist\\
Thanks!