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

get responses - melt = TRUE will melt the metadata into the DF #8

Closed lwasser closed 6 years ago

lwasser commented 6 years ago

Currently when melt is set to TRUE, the metadata are gathered in the output data.frame. We need to add some logic that determined if metadata == TRUE and if it's true, grab a vector of metadata column names and then make sure those are not gathered. i think you use -column_name as the syntax to do this.

1papaya commented 6 years ago

No longer relevant with new qsurvey object