I'm just learning this part of the book and there seems to be a strange behaviour of too_few() with delim = "-" when included on a debugged data frame: the full string is added to column x. It caused me a lot of confusion when studying this section. I'm not sure if this is my lack of understanding or not, but it might be appropriate to add a warning to remove the line of code too_few = "debug" after debugging.
Hey,
Great book... love it!
I'm just learning this part of the book and there seems to be a strange behaviour of
too_few()
withdelim = "-"
when included on a debugged data frame: the full string is added to column x. It caused me a lot of confusion when studying this section. I'm not sure if this is my lack of understanding or not, but it might be appropriate to add a warning to remove the line of codetoo_few = "debug"
after debugging.Regards, Kenneth