I am using pander to print nicer looking tables via RStudio, knitr, pander, pandoc, Word. I have a two-page table, to which I would like to add a Spanish caption:
set.caption("Límites izquierdo y derecho para las diferentes variables")
pander(LimitesUnivariado, include.rownames=FALSE)
This almost works, but my caption states:
Table: Límites izquierdo y derecho para las diferentes variables (continued below)
I can't find find the way to change the Table
and continued below
to their Spanish equivalents. Does anybody know how to do it?