Question:
I am really new at R and this is probably a really basic question: Let’s say I have a dataset with a column that includes date values of the format (“y-m-d H:M:S”) as a Factor value. How do I split the one column into 5?Given example:
Answer:
Change it into dataframe then runmutate
part will worksIf you have better answer, please add a comment about this, thank you!