We have `convert()` and but it does not pass `omit_empty` to the underlying functions like this https://github.com/quanteda/quanteda/blob/86a38d7b01b542c4c6460bb52d6d5f242df346c0/R/convert.R#L280 and https://github.com/quanteda/quanteda/blob/86a38d7b01b542c4c6460bb52d6d5f242df346c0/R/convert.R#L280 We can solve this just by adding `...` or `omit_empty` to `convert()`.
We have
convert()and but it does not passomit_emptyto the underlying functions like thisquanteda/R/convert.R
Line 280 in 86a38d7
and
quanteda/R/convert.R
Line 280 in 86a38d7
We can solve this just by adding
...oromit_emptytoconvert().