create_daily_xts: Aggregate data to a daily time-series

Description Usage Arguments Value

Description

Aggregate data to a daily time-series

Usage

1
create_daily_xts(data, FUN = sum, start_date = NULL, end_date = NULL, ...)

Arguments

data

Input xts object.

FUN

Function to aggregate the data with. By default sum is used.

start_date

First Date in the regular series. Calculated from the given series if NULL. Its type must match the type of data's index.

end_date

Last Date in the regular series. Calculated from the given series if NULL. Its type must match the type of data's index.

...

Other parameters given to FUN

Value

Daily data time Series


fnoorian/mltsp documentation built on May 16, 2019, 1:48 p.m.