View source: R/dw_delete_chart.R
dw_delete_chart | R Documentation |
Deletes a chart on Datawrapper.
dw_delete_chart(chart_id, api_key = "environment")
chart_id |
Required. A Datawrapper-chart-id as character string, usually a five character combination of digits and letters, e.g. "aBcDe". Or a dw_chart-object. |
api_key |
Optional. A Datawrapper-API-key as character string. Defaults to "environment" - tries to automatically retrieve the key that's stored in the .Reviron-file by |
A message that specifies, if the deletion was successful.
This function deletes a chart in Datawrapper.
Benedict Witzenberger
## Not run: dw_delete_chart("aBcDE") # uses the preset key in the .Renviron-file
## Not run: dw_delete_chart(chart_id = "a1B2Cd", api_key = "1234ABCD") # uses the specified key
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.