cloudyr / limer

A LimeSurvey R Client
MIT License
67 stars 36 forks source link

not getting full heading in response #46

Open dipenpatel235 opened 6 years ago

dipenpatel235 commented 6 years ago

Hello,

i used below code for get survey response as dataframe,

raw_data <- call_limer(method = "export_responses", params = list(iSurveyID = 12345, sDocumentType = "csv", sLanguageCode = "en", sCompletionStatus = "complete", sHeadingType = "code", sResponseType = "long")) base64_to_df(raw_data)

but I get only question code as column name of dataframe , I'm not getting full question. how can I get full question as column name of dataframe... Please help

Thanks dipen