vert_merge_datavyu_list: Merge from a list vertically

Description Usage Arguments Value Examples

View source: R/exported.R

Description

This will melt all data to have common column names and convert all data to characters except for ordinal, onset, offset.

Usage

1

Arguments

.list

a nested list returned from import_datavyu_to_list()

.f

a function to apply to each data set before anything is done to the data.

...

additional arguments passed to .f

Value

a data.table with stacked data.

Examples

1
2
.list <- import_datavyu_to_list()
stacked_data <- vert_merge_datavyu_list(.list)

iamamutt/datavyur documentation built on Dec. 20, 2021, 5:57 p.m.