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
tab_spanner_delim
gather = TRUE
Here is an MWE
r$> df = tibble(A_X = c(1), B_X = c(2), A_Y = c(3), B_Y = c(4)) r$> gt(df) %>% tab_spanner_delim(delim = "_", gather = TRUE)
Gives me this:
From the docstring, we gather = TRUE should re-arrange the columns.
On version 0.2.1
The text was updated successfully, but these errors were encountered:
Thank you for reporting this bug (which is pretty serious) and providing the MWE. This is highly prioritized so it'll be handled soon.
Sorry, something went wrong.
id
tab_spanner()
rich-iannone
Successfully merging a pull request may close this issue.
Here is an MWE
Gives me this:
From the docstring, we
gather = TRUEshould re-arrange the columns.On version 0.2.1
The text was updated successfully, but these errors were encountered: