I am trying to print a table with apa_table (papaja) using options(knitr.kable.NA = "")
. Whatever I try the NAs are still printed.
I tried with kable which worked just fine. But I need to use apa_Table. Is there a workaround or any idea why it doesn't work?
Sample code in my header:
options(knitr.kable.NA = '')