Skip to content

Minor Enhancements

Compare
Choose a tag to compare
@munichrocker munichrocker released this 10 Jan 09:45
· 97 commits to master since this release

This release marks the minor jump to v1.1

Bug Fixes

  • dw_edit_chart() is working as expected again, after an API-error was resolved by Datawrapper. (#29)

Enhancements

  • dw_export_chart() returns the published chart as png, pdf or svg (the later two only in paid plans) in R. Thanks to Bob Rudis (@hrbrmstr) for including this function.

  • dw_list_charts() now returns a data frame (classed as a tibble).

  • dw_edit_chart() now also includes a byline argument to include the name of the chart's creator. (#30)

  • The DESCRIPTION now uses the person() format.

  • There is now a package-level documentation file that also includes the hex logo.

  • There is now a package user-agent string added to the API-call.

  • Adds a "Chart Types" section to create and edit functions to avoid the need to go to the online reference.