Learn R Programming

powerbiR (version 0.1.0)

pbi_delete_dataset: Delete dataset

Description

Deletes the specified dataset from the specified workspace. Applicable to push datasets as well as imported datasets.

Usage

pbi_delete_dataset(group_id, dataset_id)

Value

Deletes the entire dataset.

Arguments

group_id

The dataset ID.

dataset_id

The workspace ID.

Examples

Run this code

if (FALSE) {

group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
dataset_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

pbi_delete_dataset(group_id, dataset_id)
}

Run the code above in your browser using DataLab