separate_wider_regex()
, names_sep
, and too_few
#1425
Milestone
separate_wider_regex()
, names_sep
, and too_few
#1425
Moving from Slack.
I just used
separate_wider_regex()
on a tibble created with parsermd on the section headings from a chapter from R Packages.It turns out I needed to specify
names_sep
andtoo_few
, but those user errors interact with each other in a way that makes it harder to figure out what's wrong.I think I should be getting scolded first and foremost for not specifying
names_sep
, which is actually required sincecols = everything()
. That is the root cause of theunpack()
error but the suggested remedy is off-base.I'd probably also be happy with some default choice of
names_sep
(related #1367).Until you get the naming stuff straightened out, you can't see the cool
too_few = "debug"
diagnostics.The text was updated successfully, but these errors were encountered: