forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue tidyverse#2203. combine deals with NA, has stricter coercio…
…n rules This commit fixes issue tidyverse#2203, allowing combine to deal with missing values. Additionally it restricts coercion rules, in particular coercing logical to integer or double is not allowed anymore. Other coercion cases will give warnings, if information may be lost in the conversion, for instance when coercing integers with classes, such as difftime.
- Loading branch information
Showing
2 changed files
with
126 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters