-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced grepl with str_detect. changed order that nodes were sorted,…
… since A0 is now _U and B0 is now _D. Dropped the need for %<>%
- Loading branch information
Showing
1 changed file
with
24 additions
and
25 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
Ah, just caught this. It seems
string_detect()
was accidentally used, rather thanstr_detect()
. I resolved this in my most recent commit.