ok good, what is I have all_categorical() ~ "{n} / {N} ({p}%) and I desire only to have the percentage in 2 digits?
all_categorical() ~ "{n} / {N} ({p}%)
How to do that?
Thanks