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

dw_data_to_chart() upload format #57

Open
untergeekDE opened this issue Mar 8, 2021 · 2 comments
Open

dw_data_to_chart() upload format #57

untergeekDE opened this issue Mar 8, 2021 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@untergeekDE
Copy link

untergeekDE commented Mar 8, 2021

Suggest changing the conversion formula from readr::format_csv() to readr::format_tsv() to be more forgiving towards commas in string constants. Helps a lot with tables.

Had trouble uploading HTML Unicode characters (e.g. "⬤") but this might be a bug in the Datawrapper API

@munichrocker
Copy link
Owner

Thanks for opening this issue. I guess there are actually two problems, right?

For the first one: could you please provide a reproducible example of a dataframe that causes trouble when uploaded?

For the second one: I guess this depends on the input field you're adressing. You may want to forward the issue to Datawrapper's support team. In case it's an DatawRappr-issue feel free to open another topic.

@munichrocker munichrocker self-assigned this Mar 17, 2021
@munichrocker munichrocker added bug Something isn't working enhancement New feature or request labels Mar 17, 2021
@munichrocker munichrocker added this to the V1.2 milestone Apr 8, 2021
@munichrocker
Copy link
Owner

There is a new function argument included in 982b494

Could you please try if that fixes your issue?
dw_data_to_chart(x, chart_id, format = c("tsv")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants