- Posts: 7
- Thank you received: 0
Problems with charset in get_responses() (R limer library)
6 months 1 week ago - 6 months 1 week ago #230386
by Institut
Please help us help you and fill where relevant:
Your LimeSurvey version: 5.3.25
Own server or LimeSurvey hosting: LimeSurvey hosting
Survey theme/template:
==================
I'm trying to get survey responses with R through API connection from limer library, but the strings I'm obtaining aren't properly encoded ("ó" instead "ó" or "Ã" instead of "í"). The survey is in Catalan, and I am specifying it in the line of code.LimeSurvey support person indicate that de company is delivering all data in UTF-8 charset in the RemoteControl API, then I wonder how to control this from the library?
Thanks,
Your LimeSurvey version: 5.3.25
Own server or LimeSurvey hosting: LimeSurvey hosting
Survey theme/template:
==================
I'm trying to get survey responses with R through API connection from limer library, but the strings I'm obtaining aren't properly encoded ("ó" instead "ó" or "Ã" instead of "í"). The survey is in Catalan, and I am specifying it in the line of code.
get_responses(iSurveyID = "xxxxx", sDocumentType = "csv", sLanguageCode = "ca", sResponseType = 'long', sCompletionStatus = "all")
Thanks,
Last edit: 6 months 1 week ago by Institut.
Please Log in to join the conversation.