Outputting multiple flextable tables in an if #609
Answered
by
davidgohel
sunliangxing
asked this question in
Q&A
-
Hello,
|
Beta Was this translation helpful? Give feedback.
Answered by
davidgohel
Feb 29, 2024
Replies: 1 comment
-
There are two options for now:
I can try to have something easier automating the usage of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sunliangxing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two options for now:
knit_child()
, this was the recommandation of Posit: https://ardata-fr.github.io/flextable-book/rendering.html#looping-in-r-mardown-documentsif
twice.I can try to have something easier automating the usage of
knit_child()
. I'll let you know soon