dateTsList {RGAP}R Documentation

Finds first/last starting/end date in list of time series deepening on the input functions.

Description

Finds first/last starting/end date in list of time series deepening on the input functions.

Usage

dateTsList(x, FUN1 = start, FUN2 = max)

Arguments

x

A list.

FUN1

A function, namely either start or end from stats.

FUN2

A function, namely either max or min from base.


[Package RGAP version 0.1.1 Index]