Skip to content

expose separator value in base64_to_df() #50

@ratnanil

Description

@ratnanil

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions