dflst2dfmelt: Combine a list of data.frames to a single molten data.frame

Description Usage Arguments Value

View source: R/common_tools.R

Description

Output maximally "molten" with columns "dataset", "obs", "variable", "value" Preserves list element names in column "dataset".

Usage

1
dflst2dfmelt(df_lst)

Arguments

df_lst

[1,m] list of data.frames, A list of data.frames to process

Value

A data.frame with elements of df_lst combined using reshape::melt().

Extra columns:

dataset

dataset name

obs

running observation index (time)


cocoreg documentation built on May 2, 2019, 6:48 a.m.