read_all_tsvs: Read And Parse All .tsv Files In Directory

Description Usage Arguments Details Examples

Description

read_all_tsvs() reads parses a directory of .vcx coding files to to get prescreening information.

Usage

1
read_all_tsvs(dir_path, tidy = FALSE, y_max = 2048)

Arguments

dir_path

A path to a directory of .tsv files.

tidy

A boolean, if tidy = FALSE this functions behaves just read_tsv().

y_max

An integer value indicating the largest y-coordinate in the data set. Used to create a cartesian y-coordinate variable.

Details

This function allows you to read and parse all of the raw vcx files generated by iCoder.

Examples

1
  ## Not run: d <- read_all_tsvs(dir_path = "experiment_name/data/tsv_files/")

kemacdonald/Rtobii documentation built on May 4, 2019, 1:21 p.m.