pbi_delete_dataset | R Documentation |
Deletes the specified dataset from the specified workspace. Applicable to push datasets as well as imported datasets.
pbi_delete_dataset(group_id, dataset_id)
group_id |
The dataset ID. |
dataset_id |
The workspace ID. |
Deletes the entire dataset.
## Not run: group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" dataset_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" pbi_delete_dataset(group_id, dataset_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.