Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support 'tidyr::drop_na()' #173

Closed
engie-paul-poncet opened this issue Mar 8, 2020 · 0 comments
Closed

Support 'tidyr::drop_na()' #173

engie-paul-poncet opened this issue Mar 8, 2020 · 0 comments

Comments

@engie-paul-poncet
Copy link

Currently a tsibble is transformed into a tibble when applying tidyr::drop_na(), see for instance:

library(tidyr)
dt <- tsibble(x = c("A", "A", "B"), y = c(1, 2, 1), key = "x", index = "y")
class(drop_na(dt))

Could a tsibble be returned instead?

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

No branches or pull requests

2 participants