ToISOdate: clock.table

Description Usage Arguments Value Author(s) Examples

View source: R/clock.table.R

Description

Parse clock entry to ISO date

Usage

1
ToISOdate(clock.entries)

Arguments

clock.entries

a standard clock entry from org-mode

Value

POXICt object

Author(s)

Yi Tang

Examples

1
2
3
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)

orgR documentation built on May 2, 2019, 4:51 a.m.

Related to ToISOdate in orgR...