Description Usage Arguments Details Examples
read_all_tsvs()
reads parses a directory of .vcx coding files to
to get prescreening information.
1 | read_all_tsvs(dir_path, tidy = FALSE, y_max = 2048)
|
dir_path |
A path to a directory of .tsv files. |
tidy |
A boolean, if tidy = FALSE this functions behaves just |
y_max |
An integer value indicating the largest y-coordinate in the data set. Used to create a cartesian y-coordinate variable. |
This function allows you to read and parse all of the raw vcx files generated by iCoder.
1 | ## Not run: d <- read_all_tsvs(dir_path = "experiment_name/data/tsv_files/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.