Skip to content
New issue

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 with gather = TRUE not working #626

Closed
pdeffebach opened this issue Jul 22, 2020 · 1 comment · Fixed by #665
Closed

tab_spanner_delim with gather = TRUE not working #626

pdeffebach opened this issue Jul 22, 2020 · 1 comment · Fixed by #665

Comments

@pdeffebach
Copy link

@pdeffebach pdeffebach commented Jul 22, 2020

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:

Screenshot from 2020-07-22 12-32-54

From the docstring, we gather = TRUE should re-arrange the columns.

On version 0.2.1

@rich-iannone
Copy link
Member

@rich-iannone rich-iannone commented Oct 6, 2020

Thank you for reporting this bug (which is pretty serious) and providing the MWE. This is highly prioritized so it'll be handled soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants