listTimeDF_to_timeDF {timeDF}R Documentation

converts a list of timeDF objects into a timeDF object

Description

listTimeDF_to_timeDF function combines timeDF objects in the original list. Each timeDF name in the original list is assigned to a column specified by name_var argument.

Usage

listTimeDF_to_timeDF(listTimeDF, name_var = "name")

Arguments

listTimeDF

a list of timeDF objects

name_var

column name holding names from the original list

Value

timeDF object

See Also

timeDF-class

Examples

  
    listTimeDF = extract_with_periodDF(
                     time_df,
                     period_df,
                     include="both")
    listTimeDF_to_timeDF(listTimeDF)

[Package timeDF version 0.9.1 Index]