Skip to contents

This function is a helper function to transform labjs SQLite files into a long data file where each trial is one row.

Usage

processData(database)

Arguments

database

The filepath of the database you want to process.

Value

The experiment data in a long format.

Examples

# df <- processData("filename")