make_fake2: Create fake dyadic OpenFace data.

View source: R/make_fake2.R

make_fake2R Documentation

Create fake dyadic OpenFace data.

Description

Each .csv file will have a random 5-digit ID number with the prefix "FakeOpenFace_". Excluding the informational (e.g., faceid, timestamp) and the Action Unit data, since the values don't make sense in this situation. Each generated .csv file will end with a suffix indicating dyad member.

Usage

make_fake2(path, n, loop, dyad, seed)

Arguments

path

Character, path to where you want the files to go.

n

Numeric, number of rows for each generated .csv

loop

Numeric, total number of individual .csv files to generate.

dyad

Two dyad members as a character vector. E.g., c("Mother", "Daughter).

seed

Numeric, random seed. Optional.


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