# NOT RUN {
# }
# NOT RUN {
raw_df <- read.csv("qualtrics_results.csv", stringsAsFactors = FALSE)
# removing first two header rows containing question text and import ID
clean_df <- readQualtrics(raw_df$catObj[-c(1,2)], raw_df$catObj[-c(1,2)])
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab