# NOT RUN {
#This dataset includes a subject number, set of answers, and
#experiment condition.
data(wide_data)
DF_long <- arrange_data(
data = wide_data,
responses = "Response",
sep = ",",
id = "Sub.ID")
head(DF_long)
# }
Run the code above in your browser using DataLab