Closed adriankitch closed 8 months ago
The datetime sounds like it will be the issue. Should be an easy fix, just need to add orders = c("dmy", "dmy_HMS")
or similar to that parse call.
Just checked and I'd already handled that issue (or should have). @adriankitch could you send me a test data set?
Should be fixed here. It was a bug when using pull
inside a mutate
call (probably bad practice). We need to do this to handle variable field names but it meant that we double-called from within the same object and R gets confused.
Yep the bug is fixed.
I've had a mutate error come up.
This could be due to the new surveys now outputing dates with time, similar to a time stamp. I don't seem to have control over this as my date formatting excluding time in the survey form is ignored. No rush on this and I can supply data to test if needed.