long_stack | R Documentation |
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.
long_stack(yourlist)
yourlist |
List, a list of dataframes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.