integrateTime: Integrate a time-series in time

Usage Arguments Value Examples

Usage

1
    integrateTime(dd, unit c("day", "week", "month", "year", "total")[2], FUN sum)

Arguments

dd

data.frame with Date, Person, ProjectName, ProjectNb, ProjectSubNb, Time

unit c("day", "week", "month", "year", "total")[2]

time unit to integrate

FUN sum

function for combination

Value

data.frame with integrated time-unit

Examples

1
2
3
4
5
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as

michelk/logbuch.R documentation built on May 22, 2019, 9:55 p.m.