Conversation
|
Hi @kenkomodo! I hope you are well, too. I'm away for a couple of weeks. I'll take a look at it when I get back. Many thanks! Cheers |
|
I took a look, and I’m a bit concerned about backward compatibility with the current behavior — as you mentioned, it currently removes trailing zeros (e.g., 50.00% becomes 50%). I wonder if we should introduce an additional argument like Let me know what you think! |
|
@pasahe Makes sense to me. I can work on making that update, but it will be a couple days. |
|
Had a couple extra minutes to put toward it today. I called the argument |
|
Works perfectly! I noticed that it should be added to the excluded box created in fc_filter() when show_exc = TRUE, but that's okay. I'll add it right away, using the same syntax you used. Thanks!! |
@pasahe Hope all is well! I noticed a bug with the
round_digitsargument infc_filter()andfc_split()that caused trailing zeroes to be trimmed (e.g.,round_digits = 2would output "50%" instead of "50.00%"), causing an inconsistent number of values after the decimal.The fix is super simple - let me know if you have any thoughts.
Cheers!