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

Add invalid_remove() #229

Closed
DavisVaughan opened this issue May 1, 2021 · 0 comments · Fixed by #241
Closed

Add invalid_remove() #229

DavisVaughan opened this issue May 1, 2021 · 0 comments · Fixed by #241
Labels
feature a feature request or enhancement

Comments

@DavisVaughan
Copy link
Member

DavisVaughan commented May 1, 2021

Just x[!invalid_detect(x)], but it would be nice in a pipe based workflow. Could have used it here https://twitter.com/dvaughan32/status/1388463791596265473?s=20

year_month_weekday(grid$year, grid$month, grid$day, grid$index) %>%
  invalid_remove() %>%
  as.Date() %>%
  sort()
@DavisVaughan DavisVaughan added the feature a feature request or enhancement label May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant