orgR (version 0.9.0)

ToISOdate: clock.table

Description

Parse clock entry to ISO date

Usage

ToISOdate(clock.entries)

Arguments

clock.entries
a standard clock entry from org-mode

Value

POXICt object

Examples

Run this code
str <- c("CLOCK: [2014-11-26 Wed 09:36]--[2014-11-26 Wed 10:04] =>  0:28",
         "CLOCK: [2014-12-04 Thu 15:24]--[2014-12-04 Thu 16:25] =>  1:01")
ToISOdate(str)

Run the code above in your browser using DataLab