I am trying to generate a MS Word document in R using the officer
package. I found functions like unordered_list
with level_list
as an argument to generate unordered list of text for Powerpoint but not for Word. Any idea how can I recreate the following list paragraph in Word including these bullets?
Asked
Active
Viewed 366 times
1

Dhiraj
- 1,650
- 1
- 18
- 44
-
This is not possible for now. This will certainly be implemented but not before few months. – David Gohel Oct 07 '20 at 18:53
-
@David Gohel thanks. Look forward to having this functionality. In the meantime do you think it's possible to achieve this in R maybe through R Markdown? – Dhiraj Oct 08 '20 at 02:34