Gregory Demin
Gregory Demin
I have the same problem and as far as I understand there is a VScode limitation for number of squiggles and number of problems. It seems we have only 500...
This feature is in my roadmap. Currently there is a wordy solution: https://cran.r-project.org/web/packages/expss/vignettes/examples.html#side-by-side-variables-comparison
@dhub100 Could you provide an example of the expected table? When I read your question I think about several Likert scales with labels "Agree"/"Disagree"/etc in rows and variable labels in...
Hi, @dhub100 Yes, I plan the new release before Christmas. Ideally, before December. I am sorry, but the feature above won't be included in this release. 'expss' internals are unnecessarily...
You could use `setNames` to set name for first column: ``` library(expss) foo % tab_cells(cyl) %>% tab_cols(vs) %>% tab_stat_cpct() %>% tab_pivot() %>% tab_caption("Simple column percent") %>% setNames(., c("c1|c2", colnames(.)[-1])) ```...
Dear @courtiol, Thank you for your suggestion. I definitely will do something about this in the next release. Unfortunately, we can't use `list` here because `list` lose information about variable...
Thank you for reporting. I will fix it next week. Without `mtfrm` it won't work with the next R release so I need to think about a sensible workaround.
Thank you for detailed description. Yes, it's a bug. I will fix it with the next version
Thank you for the detailed description. Could you provide the full result of the `sessionInfo()`? I need to see the list of attached packages. There is no such information in...
I have run your code several times and didn't see any errors. Also tried with loaded `dplyr` with the same result. As far as I can see in the "attached...