I'm trying to write a .pdf report using papaja
r package. It's not in English so I need to translate some fixed parts to Polish. I managed to translate figure and table name thanks to this question, using:
\renewcommand{\figurename}{Rysunek}
\renewcommand{\tablename}{Tabela}
Yet I don't know how to translate table note from apa_table()
from "Note." to "Adnotacja.". The workaround is to keep .tex file, find & replace and render outside RStudio. Is it possible to set it inside the RMarkdown file?