nutterb / pixiedust

Tables So Beautifully Fine-Tuned You Will Believe It's Magic.
178 stars 18 forks source link

suppress auto-numbering of captions #108

Closed januz closed 6 years ago

januz commented 6 years ago

is there a way to have captions printed as-is, i.e., without the "Table #:" prefix?

nutterb commented 6 years ago

You can use devtools::install_github("nutterb/pixiedust", ref = "devel") for now. I just added this feature with the caption_number sprinkle. Setting caption_number = FALSE in either dust, or sprinkle should do the trick.

I want to get this (and other) features to CRAN soon, but I'm going to have to sort out some Reverse Dependency issues first.