We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cells_stub_grand_summary()
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exibble %>% gt() %>% grand_summary_rows(fns = "sum", columns = tidyselect::where(is.numeric)) %>% tab_footnote("xx", locations = cells_stub_grand_summary())
I would expect the 1 to appear next to sum.
sum
The text was updated successfully, but these errors were encountered:
Turns out this was a one-liner fix.
Basically, support was added in #737 for cells_stub_summary().
cells_stub_summary()
But now, many of the internal references in gt are to "::rowname::"
Simply updating this in
gt/R/z_utils_render_footnotes.R
Line 716 in 9736533
solves the issue.
With #1833,
Sorry, something went wrong.
cells_stubhead()
opt_interactive()
rich-iannone
Successfully merging a pull request may close this issue.
I would expect the 1 to appear next to
sum
.The text was updated successfully, but these errors were encountered: