earthlab / qtoolkit

An R package that allows you to efficiently access, plot and analyze survey data via the Qualtrics API.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

load_survey doesn't return data due to duplicate question check #10

Closed lwasser closed 6 years ago

lwasser commented 6 years ago

Currently the check duplicate questions test is causing the entire function to fail. thus it doesn't return a design object. this should be a warning - not an stop element

 Error in grouped_df_impl(data, unname(vars), drop) : 
  Column `question_num` is unknown 
1papaya commented 6 years ago

Per ca815ed099f87978c6cb47b68833641bc8e8ed72, check_duplicate_questions default is to throw a warning not an error