Description Usage Arguments Value Examples
Batch imports Datavyu, Habit, or Director Data
1 2 | pigeon_import(method = "default", pattern.regex = NULL,
pattern.exc = NULL, path = getwd())
|
method |
Type of raw data being clean |
pattern.regex |
Regular expression being searched |
pattern.exc |
Regular expression being excluded |
path |
File location |
Raw data of a single type compiled in a large list with each element being a unique participant
1 2 3 | pigeon_import("datavyu", "NumbR10", "Number Replication")
pigeon_import("habit", "Number Replication")
pigeon_import("director", "MR10", ".txt", "./data")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.