Skip to contents

Some treatments for list of data.frames

Usage

obs_list.dt(ldf, na, verbose = TRUE)

Arguments

ldf

list of data.frames

na

common names in the final data.frame

verbose

Logical to show more information

Value

long data.table

Note

1. Filter out empty data.frames 2. identify common names 3. rbindlist and return data.table

Examples

{
if (FALSE) { # \dontrun{
# Do not run
} # }
}