ToISOdate {orgR}R Documentation

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

Author(s)

Yi Tang

Examples

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)

[Package orgR version 0.9.0 Index]