incorrect output when using pivot_longer
with values_drop_na = TRUE
#484
Labels
bug
an unexpected problem or unintended behavior
There appears to be an issue with the
values_drop_na = TRUE
option when usingpivot_longer
with dtplyr. Thenames_to
columns end up as odd character-rendered list-cols things, rather than simple vectors. See example:Which produces:
The correct output (which can be seen by removing the
lazy_dt()
line in the above code) should be:The text was updated successfully, but these errors were encountered: