The test, pilot and live datafiles are stored in the projects Github repository. This function reads, orders by date and merge the individual datafiles of the chosen repository. Alternatively the function can be used to read the downloaded results locally.

read_data(type, source = "download")

Arguments

type

character, either "test", "pilot" or "live"

source

character, either "download" or "local"

Value

The function returns a raw dataframe that contains all the trials from every participant.

Examples

# \donttest{
tpp_raw_data <- read_data(type = "test")
#> There are 465 participants who started the experiment.
# }