Questions tagged [pattern-mining]
31 questions
-4
votes
1 answer
Correct format for converting string to R date-time object
I've a system generated date and time format. It looks something like this, "2017-04-12-02.29.25.000000" . I want to convert this format into a standard one so that my system can read this and later on I can convert it into minutes. Someone pleaseā¦