0

I have created a table of my data in r using huxtable. The formatting of the numbers is very important and conditional across the table. In r, when I look at my huxtable the formatting is perfect. When I use quick_docx to save it to work, it changes some of my number formatting. For example, 1.008 gets turned into a round 1. Is there a way to save the formatting exactly as it is in my huxtable?

macropod
  • 12,757
  • 2
  • 9
  • 21
maiebee
  • 22
  • 1
  • Try `set_number_format()`. If that fails, file a bug. – dash2 Apr 18 '21 at 18:37
  • @dash2 yes I have used set_number_format() and it works when I view the Huxtable in r. However, when I save it as a word document some of the formatting changes. I will file a bug. – maiebee Apr 18 '21 at 19:11

0 Answers0