Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Battle.Royale$flight_time_int <- data.frame(
- flight_time=c(Battle.Royale$flight_time),
- stringsAsFactors = FALSE)
- Battle.Royale$Seconds <-
- sapply(Battle.Royale$flight_time, function(i)
- sum(as.numeric( unlist(strsplit(i,":"))) * c(60^2,60,1)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement