R as.difftime()

1 개요[ | ]

R as.difftime()
as.difftime(c("0:3:20", "11:23:15"))
## Time differences in mins
## [1]   3.333333 683.250000
as.difftime(c("3:20", "23:15", "2:"), format = "%H:%M")
## Time differences in hours
## [1]  3.333333 23.250000        NA

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}