listTimeDF_to_timeDF {timeDF} | R Documentation |
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.
listTimeDF_to_timeDF(listTimeDF, name_var = "name")
listTimeDF |
a list of timeDF objects |
name_var |
column name holding names from the original list |
timeDF object
listTimeDF = extract_with_periodDF(
time_df,
period_df,
include="both")
listTimeDF_to_timeDF(listTimeDF)