Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose separator value in base64_to_df() #50

Open
ratnanil opened this issue Mar 6, 2019 · 0 comments
Open

expose separator value in base64_to_df() #50

ratnanil opened this issue Mar 6, 2019 · 0 comments

Comments

@ratnanil
Copy link

ratnanil commented Mar 6, 2019

This is linked to my question on limesurvey.org (which is apperantly the wrong forum to place questions on the LSRC2 API or more specifically the limer package.

My issue was that get_responses() did not seem to expect the comma (",") as a delimiter value (see the screenshot).

image

I found the culprit in this case: The function base64_to_df() (base64_to_df.R, see d7c0c3e) has sep = ; hardcoded, whereas in my case sep = "," would be appropriate. Would it be possible to expose the sep-value as an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant