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

Allow dw_publish_chart to return an object #48

Closed
munichrocker opened this issue Jul 29, 2020 · 2 comments
Closed

Allow dw_publish_chart to return an object #48

munichrocker opened this issue Jul 29, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@munichrocker
Copy link
Owner

Right now the function prints to the console if return_urls = TRUE, but if we want to access the data we will need to return an object.

So I'm proposing to include a return_object = FALSE (default) which returns an dw_chart-object (or a dw_published_chart-object - whatever makes more sense) with a argument for:

  • iframe-code
  • chart-url
@munichrocker munichrocker added the enhancement New feature or request label Jul 29, 2020
@munichrocker munichrocker self-assigned this Jul 29, 2020
@munichrocker munichrocker added this to the V1.2 milestone Jul 29, 2020
@munichrocker
Copy link
Owner Author

Added in 1d650cf

@munichrocker
Copy link
Owner Author

Works as expected

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

No branches or pull requests

1 participant