[R] tidyverse: read_csv() misses column

Rich Shepard r@hep@rd @end|ng |rom @pp|-eco@y@@com
Mon Nov 1 21:20:28 CET 2021


On Mon, 1 Nov 2021, CALUM POLWART wrote:

> Also - what is the RAW CSV like?
> "12345678",2019,"10"

Calum,

No parentheses. Example:
14171600,2009,10,23,05,15,PDT,8710
14171600,2009,10,23,05,30,PDT,8710

Which causes another question. If I work within the tidyverse should I
mutate the year, month, day, hour, and minute to a datetime (using mutate())
rather than having separate columns for each component?

Thanks,

Rich



More information about the R-help mailing list