私は pander を使用して、RStudio、knitr、pander、pandoc、Word を介して見栄えの良いテーブルを印刷しています。スペイン語のキャプションを追加したい 2 ページの表があります。
set.caption("Límites izquierdo y derecho para las diferentes variables")
pander(LimitesUnivariado, include.rownames=FALSE)
これはほとんど機能しますが、私のキャプションは次のように述べています。
Table: Límites izquierdo y derecho para las diferentes variables (continued below)
Table
とcontinued below
をスペイン語に相当するものに変更する方法が見つかりません。誰もそれを行う方法を知っていますか?