moodymudskipper / unglue

Extract matched substrings using a pattern, similar to what package glue does in reverse
GNU General Public License v3.0
159 stars 2 forks source link

na = NULL to drop unmatched #28

Open moodymudskipper opened 2 years ago

moodymudskipper commented 2 years ago

This fails at the moment, would return a 2 row df:

unglue::unglue_data(c("a b", "c d", "e"), patterns = "{x} {y}", na = NULL)