Hey guys!
Question concerning changing a time format to R friendly (as.POSIXct). When exporting kinematic time points from Kinovea into an XML spreadsheet, time column data is printed out in the following format: 0:00:02:886 (693). If I have understood this correctly as a beginner in R, I have to first be able to write a code that isolates away "(693)" from the code, then adding also the current date, because isnt as.POSIXct format specifically as example: ("1971-05-14 11:25:15")?
This would get even more complex by adding current date first, so a bit out of my league here.
Friendly regards
Johan