long_stack: Merge dataframes from a list into one long dataframe

View source: R/long_stack.R

long_stackR Documentation

Merge dataframes from a list into one long dataframe

Description

Merge all OpenFace dataframes from a list into a single long-form dataframe. This will take a very long time, so it comes with a progress bar. Your list of dataframes must already be read into R. Be aware that this function will remove the face_id column as it is not needed for the rest of the workflow.

Usage

long_stack(yourlist)

Arguments

yourlist

List, a list of dataframes.


jrcalabrese/faceup documentation built on May 16, 2022, 3:14 p.m.